Skip to content

#c4ade2

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

RGB
196, 173, 226
HSL
266°, 48%, 78%
CMYK
13, 24, 0, 11
Luminance
0.4711

At a glance

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

Hex
#c4ade2
Hue
266°
violet
Saturation
48%
vivid
Lightness
78%
light
Brightness
89%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4711
WCAG relative
Temperature
Cool
69/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
10.42:1
Closest name
Plum
ΔE2000 8.1
Where it sits
Hue266° of 360°
Saturation48%
Lightness78%
Temperature
Warm ← → Cool69% 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#c4ade2
RGBrgb(196, 173, 226)
HSLhsl(266, 48%, 78%)
CMYKcmyk(13%, 24%, 0%, 11%)
LABlab(74.3 18.4 -23.6)
LCHlch(74.3 29.9 307.9)
OKLCHoklch(0.785 0.078 304.4)
Decimal12889570
Display P3color(display-p3 0.769 0.678 0.886)

Copy-ready code

/* CSS */
color: #c4ade2;
background-color: #c4ade2;
/* Tailwind (arbitrary) */
class="text-[#c4ade2] bg-[#c4ade2]"
/* SCSS */
$brand: #c4ade2;
/* SwiftUI */
Color(red: 0.769, green: 0.678, blue: 0.886)
/* Android */
Color.parseColor("#c4ade2")
/* Flutter */
Color(0xFFC4ADE2)
/* Python / OpenCV (BGR) */
(226, 173, 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 #c4ade2 · 10.42:1
Use #000000AAA at every size.
Aa
White text · 2.01:1
AA fail · AA large fail · AAA fail
Aa
Black text · 10.42:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #c4ade2 as text scores 2.01:1 on white and 10.42:1 on black.

Accessibility — WCAG contrast

Aa
#c4ade2 on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#c4ade2 on black: 10.42:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A3B6E4
deuteranopia · #A8B7E0
tritanopia · #C0B4BF

Color scale — 50 to 950

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

#F7F5FA
#EFEAF5
#DCD0EC
#c4ade2
#A583D3
#8859C4
#7340B5
#603597
#4C2B79
#3A2258
#241537
Base = 300Lightest = 50 · #F7F5FADarkest = 950 · #241537
:root {
  --brand-50: #F7F5FA;
  --brand-100: #EFEAF5;
  --brand-200: #DCD0EC;
  --brand-300: #c4ade2;
  --brand-400: #A583D3;
  --brand-500: #8859C4;
  --brand-600: #7340B5;
  --brand-700: #603597;
  --brand-800: #4C2B79;
  --brand-900: #3A2258;
  --brand-950: #241537;
  --brand: #c4ade2;
  --brand-ink: #000000;
}

Colors that work with #c4ade2

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#D4C3EA
Hairlines and dividers
Muted text#6D4B9B
Captions on the surface
Accent#889A32
Second voice, not a rival
Dark variant#3C215E
Hover, pressed, headers
Light variant#F1ECF8
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 #c4ade2

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#CBE2AD
Analogous left#ADB0E2
Analogous right#DEADE2
Split-complement 1#E2DEAD
Split-complement 2#B0E2AD
Triadic 1#E2C4AD
Triadic 2#ADE2C4
Tetradic#E2ADB0

RGB percentages

Red76.9%
Green67.8%
Blue88.6%

CMYK percentages

Cyan13.3%
Magenta23.5%
Yellow0.0%
Key (black)11.4%

Color previews

#c4ade2 text on a black background

contrast 10.42:1

Card sample

#c4ade2 text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c4ade2

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.

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

#c4ade2, answered

What color is #c4ade2?

#c4ade2 is a light vivid violet, closest to Plum (ΔE2000 8.1). It sits at 266° on the hue wheel with 48% saturation and 78% lightness, which reads as cool.

What is the RGB value of #c4ade2?

rgb(196, 173, 226) — 196 red, 173 green and 226 blue out of 255, or 76.9% / 67.8% / 88.6% by channel.

Is #c4ade2 a light or a dark color?

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

Should I use black or white text on #c4ade2?

Black. It scores 10.42:1 against #c4ade2, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #c4ade2?

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

What colors go well with #c4ade2?

For interface work: #F7F4FA as the surface, #D4C3EA for borders, #6D4B9B for secondary text, #889A32 as an accent and #3C215E for hover and pressed states. For a palette, the analogous pair #ADB0E2 and #DEADE2 stays calm, while #CBE2AD is the loudest partner.

What is #c4ade2 in CMYK for printing?

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

Is #c4ade2 warm or cool?

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

Work with #c4ade2 in the Color Lab