#cccdfb
a pale, electric blue · warm · closest name: lavender
RGB
204, 205, 251
HSL
239°, 86%, 89%
CMYK
19, 18, 0, 2
Luminance
0.6347
Every format
| HEX | #cccdfb |
| RGB | rgb(204, 205, 251) |
| HSL | hsl(239, 86%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 2%) |
| LAB | lab(83.7 8.9 -22.6) |
| LCH | lch(83.7 24.3 291.5) |
| OKLCH | oklch(0.863 0.064 284.0) |
Copy-ready code
/* CSS */
color: #cccdfb;
background-color: #cccdfb;
/* Tailwind (arbitrary) */
class="text-[#cccdfb] bg-[#cccdfb]"
/* SCSS */
$brand: #cccdfb;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#cccdfb")Accessibility — WCAG contrast
Aa
#cccdfb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdfb on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cccdfb text on a black background
contrast 13.69:1
Card sample
#cccdfb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdfb;
Background color
Panel with #cccdfb background
background-color: #cccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdfb; background: linear-gradient(135deg, #cccdfb, #EACCFB);