Skip to main content

Cherry Pie

#0B0052

Cherry Pie is a cool dark color with the hex code #0B0052. This vibrant hue can be represented as RGB 11, 0, 82 in digital design or CMYK 87%, 100%, 0%, 68% for print applications. Find matching Pantone color.

Cherry Pie color values

HEX
#0B0052
RGB
11, 0, 82
HSL
248°, 100%, 16%
CMYK
87, 100, 0, 68

About this color

Cherry Pie sits at 248° on the color wheel with 100% saturation and 16% lightness, placing it in the blue segment of the spectrum. With saturation at 100%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Cherry Pie is rendered as rgb(11, 0, 82), where the blue channel is highest at 82, producing a strongly blue character. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.

For print, Cherry Pie translates to a CMYK breakdown of 87C 100M 0Y 68K. A substantial black component (68%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Cherry Pie

CSS Variable

:root {
  --brand-primary: #0B0052;
  --brand-primary-rgb: 11, 0, 82;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#0B0052',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 87%
M: 100%
Y: 0%
K: 68%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(11, 0, 82)
rgba(11, 0, 82, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #0B0052?
#0B0052 is Cherry Pie, a cool dark color with RGB values of 11, 0, 82. It has a hue of 248°, 100% saturation, and 16% lightness in the HSL color space.
What is the RGB value of #0B0052?
The RGB color code for #0B0052 is rgb(11, 0, 82). This means it contains 11 red, 0 green, and 82 blue in the RGB color model.
Is Cherry Pie a warm or cool color?
Cherry Pie (#0B0052) is a cool color with a hue between 120-300° on the color wheel.
How do I use #0B0052 in CSS?
You can use #0B0052 in CSS with: background-color: #0B0052; or color: #0B0052; or as an RGB value: rgb(11, 0, 82). For print design, use CMYK: 87%, 100%, 0%, 68%.