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