#ccbdfb
a pale, electric blue · warm · closest name: plum
RGB
204, 189, 251
HSL
255°, 89%, 86%
CMYK
19, 25, 0, 2
Luminance
0.5620
Every format
| HEX | #ccbdfb |
| RGB | rgb(204, 189, 251) |
| HSL | hsl(255, 89%, 86%) |
| CMYK | cmyk(19%, 25%, 0%, 2%) |
| LAB | lab(79.7 17.5 -28.6) |
| LCH | lch(79.7 33.6 301.4) |
| OKLCH | oklch(0.832 0.087 295.5) |
Copy-ready code
/* CSS */
color: #ccbdfb;
background-color: #ccbdfb;
/* Tailwind (arbitrary) */
class="text-[#ccbdfb] bg-[#ccbdfb]"
/* SCSS */
$brand: #ccbdfb;
/* SwiftUI */
Color(red: 0.800, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#ccbdfb")Accessibility — WCAG contrast
Aa
#ccbdfb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbdfb on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.1%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ccbdfb text on a black background
contrast 12.24:1
Card sample
#ccbdfb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbdfb;
Background color
Panel with #ccbdfb background
background-color: #ccbdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbdfb; background: linear-gradient(135deg, #ccbdfb, #F5BDFB);