#cccdf8
a pale, electric blue · warm · closest name: lavender
RGB
204, 205, 248
HSL
239°, 76%, 89%
CMYK
18, 17, 0, 3
Luminance
0.6328
Every format
| HEX | #cccdf8 |
| RGB | rgb(204, 205, 248) |
| HSL | hsl(239, 76%, 89%) |
| CMYK | cmyk(18%, 17%, 0%, 3%) |
| LAB | lab(83.6 8.2 -21.2) |
| LCH | lch(83.6 22.7 291.3) |
| OKLCH | oklch(0.862 0.059 284.0) |
Copy-ready code
/* CSS */
color: #cccdf8;
background-color: #cccdf8;
/* Tailwind (arbitrary) */
class="text-[#cccdf8] bg-[#cccdf8]"
/* SCSS */
$brand: #cccdf8;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#cccdf8")Accessibility — WCAG contrast
Aa
#cccdf8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdf8 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue97.3%
CMYK percentages
Cyan17.7%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#cccdf8 text on a black background
contrast 13.66:1
Card sample
#cccdf8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdf8;
Background color
Panel with #cccdf8 background
background-color: #cccdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdf8; background: linear-gradient(135deg, #cccdf8, #E8CCF8);