Skip to content

#c0adf5

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

RGB
192, 173, 245
HSL
256°, 78%, 82%
CMYK
22, 29, 0, 4
Luminance
0.4769

At a glance

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

Hex
#c0adf5
Hue
256°
violet
Saturation
78%
electric
Lightness
82%
light
Brightness
96%
HSV value
Perceived
74%
weighted brightness
Luminance
0.4769
WCAG relative
Temperature
Cool
75/100 cool
Color family
Violet
Tone
Electric
Best ink
Black
10.54:1
Closest name
Plum
ΔE2000 10.8
Where it sits
Hue256° of 360°
Saturation78%
Lightness82%
Temperature
Warm ← → Cool75% 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#c0adf5
RGBrgb(192, 173, 245)
HSLhsl(256, 78%, 82%)
CMYKcmyk(22%, 29%, 0%, 4%)
LABlab(74.6 21.3 -33.4)
LCHlch(74.6 39.6 302.6)
OKLCHoklch(0.789 0.102 296.1)
Decimal12627445
Display P3color(display-p3 0.753 0.678 0.961)

Copy-ready code

/* CSS */
color: #c0adf5;
background-color: #c0adf5;
/* Tailwind (arbitrary) */
class="text-[#c0adf5] bg-[#c0adf5]"
/* SCSS */
$brand: #c0adf5;
/* SwiftUI */
Color(red: 0.753, green: 0.678, blue: 0.961)
/* Android */
Color.parseColor("#c0adf5")
/* Flutter */
Color(0xFFC0ADF5)
/* Python / OpenCV (BGR) */
(245, 173, 192)

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

Accessibility — WCAG contrast

Aa
#c0adf5 on white: 1.99:1
AA ✗ fail · AA-large · AAA
Aa
#c0adf5 on black: 10.54:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #9CB8F8
deuteranopia · #9FB7F3
tritanopia · #B6B9C7

Color scale — 50 to 950

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

#F5F3FC
#EBE6F9
#D3C7F5
#c0adf5
#8C69ED
#6537E7
#4D1BDA
#4016B6
#331291
#281169
#190B42
Base = 300Lightest = 50 · #F5F3FCDarkest = 950 · #190B42
:root {
  --brand-50: #F5F3FC;
  --brand-100: #EBE6F9;
  --brand-200: #D3C7F5;
  --brand-300: #c0adf5;
  --brand-400: #8C69ED;
  --brand-500: #6537E7;
  --brand-600: #4D1BDA;
  --brand-700: #4016B6;
  --brand-800: #331291;
  --brand-900: #281169;
  --brand-950: #190B42;
  --brand: #c0adf5;
  --brand-ink: #000000;
}

Colors that work with #c0adf5

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#CCC0ED
Hairlines and dividers
Muted text#604B9B
Captions on the surface
Accent#B8BA12
Second voice, not a rival
Dark variant#280E72
Hover, pressed, headers
Light variant#EEE8FC
Selected rows, tints
Dark surface#181424
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 #c0adf5

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#E2F5AD
Analogous left#ADBEF5
Analogous right#E4ADF5
Split-complement 1#F5E4AD
Split-complement 2#BEF5AD
Triadic 1#F5C0AD
Triadic 2#ADF5C0
Tetradic#F5ADBE

RGB percentages

Red75.3%
Green67.8%
Blue96.1%

CMYK percentages

Cyan21.6%
Magenta29.4%
Yellow0.0%
Key (black)3.9%

Color previews

#c0adf5 text on a black background

contrast 10.54:1

Card sample

#c0adf5 text on a white background

contrast 1.99:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #c0adf5

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.

#c0adf5 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

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#c0adf5, answered

What color is #c0adf5?

#c0adf5 is a light electric violet, closest to Plum (ΔE2000 10.8). It sits at 256° on the hue wheel with 78% saturation and 82% lightness, which reads as cool.

What is the RGB value of #c0adf5?

rgb(192, 173, 245) — 192 red, 173 green and 245 blue out of 255, or 75.3% / 67.8% / 96.1% by channel.

Is #c0adf5 a light or a dark color?

It is a mid-tone. Relative luminance is 0.4769 and perceived brightness is 74%, so black text on it reaches 10.54:1.

Should I use black or white text on #c0adf5?

Black. It scores 10.54:1 against #c0adf5, versus 1.99:1 for white — AAA at any size.

What is the complementary color of #c0adf5?

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

What colors go well with #c0adf5?

For interface work: #F6F4FA as the surface, #CCC0ED for borders, #604B9B for secondary text, #B8BA12 as an accent and #280E72 for hover and pressed states. For a palette, the analogous pair #ADBEF5 and #E4ADF5 stays calm, while #E2F5AD is the loudest partner.

What is #c0adf5 in CMYK for printing?

cmyk(22%, 29%, 0%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #c0adf5 warm or cool?

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

Work with #c0adf5 in the Color Lab