Skip to content

#c8b5eb

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

RGB
200, 181, 235
HSL
261°, 57%, 82%
CMYK
15, 23, 0, 8
Luminance
0.5133

At a glance

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

Hex
#c8b5eb
Hue
261°
violet
Saturation
57%
vivid
Lightness
82%
light
Brightness
92%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5133
WCAG relative
Temperature
Cool
72/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.27:1
Closest name
Thistle
ΔE2000 9.2
Where it sits
Hue261° of 360°
Saturation57%
Lightness82%
Temperature
Warm ← → Cool72% 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#c8b5eb
RGBrgb(200, 181, 235)
HSLhsl(261, 57%, 82%)
CMYKcmyk(15%, 23%, 0%, 8%)
LABlab(76.9 17.2 -24.4)
LCHlch(76.9 29.9 305.1)
OKLCHoklch(0.807 0.078 300.8)
Decimal13153771
Display P3color(display-p3 0.784 0.710 0.922)

Copy-ready code

/* CSS */
color: #c8b5eb;
background-color: #c8b5eb;
/* Tailwind (arbitrary) */
class="text-[#c8b5eb] bg-[#c8b5eb]"
/* SCSS */
$brand: #c8b5eb;
/* SwiftUI */
Color(red: 0.784, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#c8b5eb")
/* Flutter */
Color(0xFFC8B5EB)
/* Python / OpenCV (BGR) */
(235, 181, 200)

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 #c8b5eb · 11.27:1
Use #000000AAA at every size.
Aa
White text · 1.86:1
AA fail · AA large fail · AAA fail
Aa
Black text · 11.27:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c8b5eb as text scores 1.86:1 on white and 11.27:1 on black.

Accessibility — WCAG contrast

Aa
#c8b5eb on white: 1.86:1
AA ✗ fail · AA-large · AAA
Aa
#c8b5eb on black: 11.27:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AABDED
deuteranopia · #ADBEE9
tritanopia · #C2BDC8

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #c8b5eb 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.

#F6F4FB
#EEE9F7
#D9CDEF
#c8b5eb
#9D7BDB
#7C4ECF
#6634C1
#552BA1
#442380
#341D5E
#20123A
Base = 300Lightest = 50 · #F6F4FBDarkest = 950 · #20123A
:root {
  --brand-50: #F6F4FB;
  --brand-100: #EEE9F7;
  --brand-200: #D9CDEF;
  --brand-300: #c8b5eb;
  --brand-400: #9D7BDB;
  --brand-500: #7C4ECF;
  --brand-600: #6634C1;
  --brand-700: #552BA1;
  --brand-800: #442380;
  --brand-900: #341D5E;
  --brand-950: #20123A;
  --brand: #c8b5eb;
  --brand-ink: #000000;
}

Colors that work with #c8b5eb

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#F6F4FA
Tinted page background
Border#D0C0ED
Hairlines and dividers
Muted text#674B9B
Captions on the surface
Accent#98A527
Second voice, not a rival
Dark variant#351B64
Hover, pressed, headers
Light variant#F0EBFA
Selected rows, tints
Dark surface#1A1424
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 #c8b5eb

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#D8EBB5
Analogous left#B5BDEB
Analogous right#E3B5EB
Split-complement 1#EBE3B5
Split-complement 2#BDEBB5
Triadic 1#EBC8B5
Triadic 2#B5EBC8
Tetradic#EBB5BD

RGB percentages

Red78.4%
Green71.0%
Blue92.2%

CMYK percentages

Cyan14.9%
Magenta23.0%
Yellow0.0%
Key (black)7.8%

Color previews

#c8b5eb text on a black background

contrast 11.27:1

Card sample

#c8b5eb text on a white background

contrast 1.86:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c8b5eb

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.

#c8b5eb 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.

#c8b5eb, answered

What color is #c8b5eb?

#c8b5eb is a light vivid violet, closest to Thistle (ΔE2000 9.2). It sits at 261° on the hue wheel with 57% saturation and 82% lightness, which reads as cool.

What is the RGB value of #c8b5eb?

rgb(200, 181, 235) — 200 red, 181 green and 235 blue out of 255, or 78.4% / 71% / 92.2% by channel.

Is #c8b5eb a light or a dark color?

It is a light color. Relative luminance is 0.5133 and perceived brightness is 76%, so black text on it reaches 11.27:1.

Should I use black or white text on #c8b5eb?

Black. It scores 11.27:1 against #c8b5eb, versus 1.86:1 for white — AAA at any size.

What is the complementary color of #c8b5eb?

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

What colors go well with #c8b5eb?

For interface work: #F6F4FA as the surface, #D0C0ED for borders, #674B9B for secondary text, #98A527 as an accent and #351B64 for hover and pressed states. For a palette, the analogous pair #B5BDEB and #E3B5EB stays calm, while #D8EBB5 is the loudest partner.

What is #c8b5eb in CMYK for printing?

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

Is #c8b5eb warm or cool?

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

Work with #c8b5eb in the Color Lab