#ccbdf8
a pale, electric violet · warm · closest name: plum
RGB
204, 189, 248
HSL
255°, 81%, 86%
CMYK
18, 24, 0, 3
Luminance
0.5601
Every format
| HEX | #ccbdf8 |
| RGB | rgb(204, 189, 248) |
| HSL | hsl(255, 81%, 86%) |
| CMYK | cmyk(18%, 24%, 0%, 3%) |
| LAB | lab(79.6 16.9 -27.2) |
| LCH | lch(79.6 32.0 301.8) |
| OKLCH | oklch(0.831 0.083 296.2) |
Copy-ready code
/* CSS */
color: #ccbdf8;
background-color: #ccbdf8;
/* Tailwind (arbitrary) */
class="text-[#ccbdf8] bg-[#ccbdf8]"
/* SCSS */
$brand: #ccbdf8;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#ccbdf8")Accessibility — WCAG contrast
Aa
#ccbdf8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdf8 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#ccbdf8 text on a black background
contrast 12.20:1
Card sample
#ccbdf8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdf8;
Background color
Panel with #ccbdf8 background
background-color: #ccbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdf8; background: linear-gradient(135deg, #ccbdf8, #F3BDF8);