Skip to main content

Blackberry

#50023C

Blackberry is a warm dark color with the hex code #50023C. This vibrant hue can be represented as RGB 80, 2, 60 in digital design or CMYK 0%, 98%, 25%, 69% for print applications. Find matching Pantone color.

Blackberry color values

HEX
#50023C
RGB
80, 2, 60
HSL
315°, 95%, 16%
CMYK
0, 98, 25, 69

About this color

Blackberry sits at 315° on the color wheel with 95% saturation and 16% lightness, placing it in the violet-magenta segment of the spectrum. With saturation at 95%, 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, Blackberry is rendered as rgb(80, 2, 60), where the red channel dominates at 80, though the other channels keep the hue balanced. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.

For print, Blackberry translates to a CMYK breakdown of 0C 98M 25Y 69K. A substantial black component (69%) 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 Blackberry

CSS Variable

:root {
  --brand-primary: #50023C;
  --brand-primary-rgb: 80, 2, 60;
}

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

Tailwind Config

colors: {
  brand: '#50023C',
}

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

Print Design (CMYK)

C: 0%
M: 98%
Y: 25%
K: 69%

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

RGB for Screens

rgb(80, 2, 60)
rgba(80, 2, 60, 0.8)

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

Brands using similar hue

3 brand s with colors near 315° on the color wheel

Frequently asked questions

What color is #50023C?
#50023C is Blackberry, a warm dark color with RGB values of 80, 2, 60. It has a hue of 315°, 95% saturation, and 16% lightness in the HSL color space.
What is the RGB value of #50023C?
The RGB color code for #50023C is rgb(80, 2, 60). This means it contains 80 red, 2 green, and 60 blue in the RGB color model.
Is Blackberry a warm or cool color?
Blackberry (#50023C) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #50023C in CSS?
You can use #50023C in CSS with: background-color: #50023C; or color: #50023C; or as an RGB value: rgb(80, 2, 60). For print design, use CMYK: 0%, 98%, 25%, 69%.