Skip to content

#cdb3f1

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

RGB
205, 179, 241
HSL
265°, 69%, 82%
CMYK
15, 26, 0, 6
Luminance
0.5157

At a glance

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

Hex
#cdb3f1
Hue
265°
violet
Saturation
69%
vivid
Lightness
82%
light
Brightness
95%
HSV value
Perceived
76%
weighted brightness
Luminance
0.5157
WCAG relative
Temperature
Cool
69/100 cool
Color family
Violet
Tone
Vivid
Best ink
Black
11.31:1
Closest name
Plum
ΔE2000 8.4
Where it sits
Hue265° of 360°
Saturation69%
Lightness82%
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#cdb3f1
RGBrgb(205, 179, 241)
HSLhsl(265, 69%, 82%)
CMYKcmyk(15%, 26%, 0%, 6%)
LABlab(77.0 21.1 -27.4)
LCHlch(77.0 34.6 307.6)
OKLCHoklch(0.810 0.090 303.6)
Decimal13480945
Display P3color(display-p3 0.804 0.702 0.945)

Copy-ready code

/* CSS */
color: #cdb3f1;
background-color: #cdb3f1;
/* Tailwind (arbitrary) */
class="text-[#cdb3f1] bg-[#cdb3f1]"
/* SCSS */
$brand: #cdb3f1;
/* SwiftUI */
Color(red: 0.804, green: 0.702, blue: 0.945)
/* Android */
Color.parseColor("#cdb3f1")
/* Flutter */
Color(0xFFCDB3F1)
/* Python / OpenCV (BGR) */
(241, 179, 205)

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

Accessibility — WCAG contrast

Aa
#cdb3f1 on white: 1.86:1
AA ✗ fail · AA-large · AAA
Aa
#cdb3f1 on black: 11.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #A7BDF4
deuteranopia · #ACBEEF
tritanopia · #C8BCC9

Color scale — 50 to 950

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

#F7F3FB
#EEE7F8
#DBCAF2
#cdb3f1
#A271E5
#8241DC
#6D26CF
#5B20AC
#49198A
#371664
#220E3E
Base = 300Lightest = 50 · #F7F3FBDarkest = 950 · #220E3E
:root {
  --brand-50: #F7F3FB;
  --brand-100: #EEE7F8;
  --brand-200: #DBCAF2;
  --brand-300: #cdb3f1;
  --brand-400: #A271E5;
  --brand-500: #8241DC;
  --brand-600: #6D26CF;
  --brand-700: #5B20AC;
  --brand-800: #49198A;
  --brand-900: #371664;
  --brand-950: #220E3E;
  --brand: #cdb3f1;
  --brand-ink: #000000;
}

Colors that work with #cdb3f1

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#D3C0ED
Hairlines and dividers
Muted text#6C4B9B
Captions on the surface
Accent#98B11B
Second voice, not a rival
Dark variant#39146C
Hover, pressed, headers
Light variant#F1E9FB
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 #cdb3f1

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#D7F1B3
Analogous left#B3B8F1
Analogous right#ECB3F1
Split-complement 1#F1ECB3
Split-complement 2#B8F1B3
Triadic 1#F1CDB3
Triadic 2#B3F1CD
Tetradic#F1B3B8

RGB percentages

Red80.4%
Green70.2%
Blue94.5%

CMYK percentages

Cyan14.9%
Magenta25.7%
Yellow0.0%
Key (black)5.5%

Color previews

#cdb3f1 text on a black background

contrast 11.31:1

Card sample

#cdb3f1 text on a white background

contrast 1.86:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(205, 179, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 179, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb3f1;
background: linear-gradient(135deg, #cdb3f1, #F1B3EC);

Monochromatic scale

Palettes built from #cdb3f1

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.

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

#cdb3f1, answered

What color is #cdb3f1?

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

What is the RGB value of #cdb3f1?

rgb(205, 179, 241) — 205 red, 179 green and 241 blue out of 255, or 80.4% / 70.2% / 94.5% by channel.

Is #cdb3f1 a light or a dark color?

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

Should I use black or white text on #cdb3f1?

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

What is the complementary color of #cdb3f1?

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

What colors go well with #cdb3f1?

For interface work: #F7F4FA as the surface, #D3C0ED for borders, #6C4B9B for secondary text, #98B11B as an accent and #39146C for hover and pressed states. For a palette, the analogous pair #B3B8F1 and #ECB3F1 stays calm, while #D7F1B3 is the loudest partner.

What is #cdb3f1 in CMYK for printing?

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

Is #cdb3f1 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 #E4B3F1; nudged cooler, #B6B2F2.

Work with #cdb3f1 in the Color Lab