Skip to content

#c9b1eb

a light, vivid violet · cool · closest name: Plum

RGB
201, 177, 235
HSL
265°, 59%, 81%
CMYK
15, 25, 0, 8
Luminance
0.4986

At a glance

Every number on this page in one read: what #c9b1eb is made of, how bright it looks, and which way it leans.

Hex
#c9b1eb
Hue
265°
violet
Saturation
59%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
75%
weighted brightness
Luminance
0.4986
WCAG relative
Temperature
Cool
70/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
10.97:1
Closest name
Plum
ΔE2000 8.3
Where it sits
Hue265° of 360°
Saturation59%
Lightness81%
Temperature
Warm ← → Cool70% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#c9b1eb
RGBrgb(201, 177, 235)
HSLhsl(265, 59%, 81%)
CMYKcmyk(15%, 25%, 0%, 8%)
LABlab(76.0 19.7 -25.8)
LCHlch(76.0 32.4 307.3)
OKLCHoklch(0.801 0.085 303.4)
Decimal13218283
Display P3color(display-p3 0.788 0.694 0.922)

Copy-ready code

/* CSS */
color: #c9b1eb;
background-color: #c9b1eb;
/* Tailwind (arbitrary) */
class="text-[#c9b1eb] bg-[#c9b1eb]"
/* SCSS */
$brand: #c9b1eb;
/* SwiftUI */
Color(red: 0.788, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#c9b1eb")
/* Flutter */
Color(0xFFC9B1EB)
/* Python / OpenCV (BGR) */
(235, 177, 201)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #c9b1eb · 10.97:1
Use #000000AAA at every size.
Aa
White text · 1.91:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.97:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c9b1eb as text scores 1.91:1 on white and 10.97:1 on black.

Accessibility — WCAG contrast

Aa
#c9b1eb on white: 1.91:1
AA ✗ fail · AA-large · AAA
Aa
#c9b1eb on black: 10.97:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A6BBED
deuteranopia · #AABBE9
tritanopia · #C4B9C5

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c9b1eb is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#F7F4FB
#EEE9F7
#DBCDEF
#c9b1eb
#A279DD
#834CD1
#6E32C3
#5C2AA2
#492182
#371C5F
#23113B
Base = 300Lightest = 50 · #F7F4FBDarkest = 950 · #23113B
:root {
  --brand-50: #F7F4FB;
  --brand-100: #EEE9F7;
  --brand-200: #DBCDEF;
  --brand-300: #c9b1eb;
  --brand-400: #A279DD;
  --brand-500: #834CD1;
  --brand-600: #6E32C3;
  --brand-700: #5C2AA2;
  --brand-800: #492182;
  --brand-900: #371C5F;
  --brand-950: #23113B;
  --brand: #c9b1eb;
  --brand-ink: #000000;
}

Colors that work with #c9b1eb

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F7F4FA
Tinted page background
Border#D2C0ED
Hairlines and dividers
Muted text#6C4B9B
Captions on the surface
Accent#92A725
Second voice, not a rival
Dark variant#391A65
Hover, pressed, headers
Light variant#F1EBFA
Selected rows, tints
Dark surface#1B1424
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #c9b1eb

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#D3EBB1
Analogous left#B1B6EB
Analogous right#E6B1EB
Split-complement 1#EBE6B1
Split-complement 2#B6EBB1
Triadic 1#EBC9B1
Triadic 2#B1EBC9
Tetradic#EBB1B6

RGB percentages

Red78.8%
Green69.4%
Blue92.2%

CMYK percentages

Cyan14.5%
Magenta24.7%
Yellow0.0%
Key (black)7.8%

Color previews

#c9b1eb text on a black background

contrast 10.97:1

Card sample

#c9b1eb text on a white background

contrast 1.91:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #c9b1eb;
Background color
Panel with #c9b1eb background
background-color: #c9b1eb;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #c9b1eb;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(201, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b1eb;
background: linear-gradient(135deg, #c9b1eb, #EBB1E6);

Monochromatic scale

Palettes built from #c9b1eb

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#c9b1eb in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Creative toolsFintechBeautyLuxury
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#c9b1eb, answered

What color is #c9b1eb?

#c9b1eb is a light vivid violet, closest to Plum (ΔE2000 8.3). It sits at 265° on the hue wheel with 59% saturation and 81% lightness, which reads as cool.

What is the RGB value of #c9b1eb?

rgb(201, 177, 235) — 201 red, 177 green and 235 blue out of 255, or 78.8% / 69.4% / 92.2% by channel.

Is #c9b1eb a light or a dark color?

It is a mid-tone. Relative luminance is 0.4986 and perceived brightness is 75%, so black text on it reaches 10.97:1.

Should I use black or white text on #c9b1eb?

Black. It scores 10.97:1 against #c9b1eb, versus 1.91:1 for white — AAA at any size.

What is the complementary color of #c9b1eb?

#D3EBB1 sits directly opposite on the wheel. Softer options are the split-complements #EBE6B1 and #B6EBB1, which give the same contrast with far less vibration.

What colors go well with #c9b1eb?

For interface work: #F7F4FA as the surface, #D2C0ED for borders, #6C4B9B for secondary text, #92A725 as an accent and #391A65 for hover and pressed states. For a palette, the analogous pair #B1B6EB and #E6B1EB stays calm, while #D3EBB1 is the loudest partner.

What is #c9b1eb in CMYK for printing?

cmyk(15%, 25%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #c9b1eb warm or cool?

Cool — it scores 70 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DEB1EB; nudged cooler, #B3B0EC.

Work with #c9b1eb in the Color Lab