Skip to main content

Clairvoyant

#590B5B

Clairvoyant is a cool dark color with the hex code #590B5B. This vibrant hue can be represented as RGB 89, 11, 91 in digital design or CMYK 2%, 88%, 0%, 64% for print applications. Find matching Pantone color.

Clairvoyant color values

HEX
#590B5B
RGB
89, 11, 91
HSL
299°, 78%, 20%
CMYK
2, 88, 0, 64

About this color

Clairvoyant sits at 299° on the color wheel with 78% saturation and 20% lightness, placing it in the violet-magenta segment of the spectrum. At 78% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Clairvoyant is rendered as rgb(89, 11, 91), where the blue channel is highest at 91, though it sits close to the other channels. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.

For print, Clairvoyant translates to a CMYK breakdown of 2C 88M 0Y 64K. A substantial black component (64%) 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 Clairvoyant

CSS Variable

:root {
  --brand-primary: #590B5B;
  --brand-primary-rgb: 89, 11, 91;
}

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

Tailwind Config

colors: {
  brand: '#590B5B',
}

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

Print Design (CMYK)

C: 2%
M: 88%
Y: 0%
K: 64%

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

RGB for Screens

rgb(89, 11, 91)
rgba(89, 11, 91, 0.8)

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

Brands using similar hue

2 brand s with colors near 299° on the color wheel

Frequently asked questions

What color is #590B5B?
#590B5B is Clairvoyant, a cool dark color with RGB values of 89, 11, 91. It has a hue of 299°, 78% saturation, and 20% lightness in the HSL color space.
What is the RGB value of #590B5B?
The RGB color code for #590B5B is rgb(89, 11, 91). This means it contains 89 red, 11 green, and 91 blue in the RGB color model.
Is Clairvoyant a warm or cool color?
Clairvoyant (#590B5B) is a cool color with a hue between 120-300° on the color wheel.
How do I use #590B5B in CSS?
You can use #590B5B in CSS with: background-color: #590B5B; or color: #590B5B; or as an RGB value: rgb(89, 11, 91). For print design, use CMYK: 2%, 88%, 0%, 64%.