Skip to content

#c4b2d2

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

RGB
196, 178, 210
HSL
274°, 26%, 76%
CMYK
7, 15, 0, 18
Luminance
0.4823

At a glance

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

Hex
#c4b2d2
Hue
274°
violet
Saturation
26%
soft
Lightness
76%
light
Brightness
82%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4823
WCAG relative
Temperature
Cool
61/100 cool
Color family
Violet
Tone
Soft
Best ink
Black
10.65:1
Closest name
Thistle
ΔE2000 4.9
Where it sits
Hue274° of 360°
Saturation26%
Lightness76%
Temperature
Warm ← → Cool61% 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#c4b2d2
RGBrgb(196, 178, 210)
HSLhsl(274, 26%, 76%)
CMYKcmyk(7%, 15%, 0%, 18%)
LABlab(75.0 12.4 -13.8)
LCHlch(75.0 18.5 311.9)
OKLCHoklch(0.789 0.049 310.4)
Decimal12890834
Display P3color(display-p3 0.769 0.698 0.824)

Copy-ready code

/* CSS */
color: #c4b2d2;
background-color: #c4b2d2;
/* Tailwind (arbitrary) */
class="text-[#c4b2d2] bg-[#c4b2d2]"
/* SCSS */
$brand: #c4b2d2;
/* SwiftUI */
Color(red: 0.769, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#c4b2d2")
/* Flutter */
Color(0xFFC4B2D2)
/* Python / OpenCV (BGR) */
(210, 178, 196)

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

Accessibility — WCAG contrast

Aa
#c4b2d2 on white: 1.97:1
AA ✗ fail · AA-large · AAA
Aa
#c4b2d2 on black: 10.65:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #AEB8D3
deuteranopia · #B1B9D1
tritanopia · #C3B6BD

Color scale — 50 to 950

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

#F8F6F9
#F0EDF3
#DFD6E5
#c4b2d2
#AE95C1
#9371AC
#7E5A9A
#694B81
#543C67
#3F2E4C
#271D2F
Base = 300Lightest = 50 · #F8F6F9Darkest = 950 · #271D2F
:root {
  --brand-50: #F8F6F9;
  --brand-100: #F0EDF3;
  --brand-200: #DFD6E5;
  --brand-300: #c4b2d2;
  --brand-400: #AE95C1;
  --brand-500: #9371AC;
  --brand-600: #7E5A9A;
  --brand-700: #694B81;
  --brand-800: #543C67;
  --brand-900: #3F2E4C;
  --brand-950: #271D2F;
  --brand: #c4b2d2;
  --brand-ink: #000000;
}

Colors that work with #c4b2d2

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#F8F5F9
Tinted page background
Border#D8CCE1
Hairlines and dividers
Muted text#775591
Captions on the surface
Accent#728448
Second voice, not a rival
Dark variant#422F50
Hover, pressed, headers
Light variant#F3EFF6
Selected rows, tints
Dark surface#1D1523
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 #c4b2d2

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

Works well for
  • Text and icons on dark surfaces
  • Charts, tags and secondary surfaces
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • 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#C0D2B2
Analogous left#B4B2D2
Analogous right#D2B2D0
Split-complement 1#D0D2B2
Split-complement 2#B2D2B4
Triadic 1#D2C4B2
Triadic 2#B2D2C4
Tetradic#D2B4B2

RGB percentages

Red76.9%
Green69.8%
Blue82.4%

CMYK percentages

Cyan6.7%
Magenta15.2%
Yellow0.0%
Key (black)17.6%

Color previews

#c4b2d2 text on a black background

contrast 10.65:1

Card sample

#c4b2d2 text on a white background

contrast 1.97:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(196, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b2d2;
background: linear-gradient(135deg, #c4b2d2, #D2B2CB);

Monochromatic scale

Palettes built from #c4b2d2

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.

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

#c4b2d2, answered

What color is #c4b2d2?

#c4b2d2 is a light soft violet, closest to Thistle (ΔE2000 4.9). It sits at 274° on the hue wheel with 26% saturation and 76% lightness, which reads as cool.

What is the RGB value of #c4b2d2?

rgb(196, 178, 210) — 196 red, 178 green and 210 blue out of 255, or 76.9% / 69.8% / 82.4% by channel.

Is #c4b2d2 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4823 and perceived brightness is 73%, so black text on it reaches 10.65:1.

Should I use black or white text on #c4b2d2?

Black. It scores 10.65:1 against #c4b2d2, versus 1.97:1 for white — AAA at any size.

What is the complementary color of #c4b2d2?

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

What colors go well with #c4b2d2?

For interface work: #F8F5F9 as the surface, #D8CCE1 for borders, #775591 for secondary text, #728448 as an accent and #422F50 for hover and pressed states. For a palette, the analogous pair #B4B2D2 and #D2B2D0 stays calm, while #C0D2B2 is the loudest partner.

What is #c4b2d2 in CMYK for printing?

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

Is #c4b2d2 warm or cool?

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

Work with #c4b2d2 in the Color Lab