#cdbbff
a pale, electric violet · warm · closest name: plum
RGB
205, 187, 255
HSL
256°, 100%, 87%
CMYK
20, 27, 0, 0
Luminance
0.5574
Every format
| HEX | #cdbbff |
| RGB | rgb(205, 187, 255) |
| HSL | hsl(256, 100%, 87%) |
| CMYK | cmyk(20%, 27%, 0%, 0%) |
| LAB | lab(79.5 19.8 -31.2) |
| LCH | lch(79.5 36.9 302.4) |
| OKLCH | oklch(0.831 0.096 296.4) |
Copy-ready code
/* CSS */
color: #cdbbff;
background-color: #cdbbff;
/* Tailwind (arbitrary) */
class="text-[#cdbbff] bg-[#cdbbff]"
/* SCSS */
$brand: #cdbbff;
/* SwiftUI */
Color(red: 0.804, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#cdbbff")Accessibility — WCAG contrast
Aa
#cdbbff on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbbff on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cdbbff text on a black background
contrast 12.15:1
Card sample
#cdbbff text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbbff;
Background color
Panel with #cdbbff background
background-color: #cdbbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbbff; background: linear-gradient(135deg, #cdbbff, #FABBFF);