#cccff9
a pale, electric blue · warm · closest name: lavender
RGB
204, 207, 249
HSL
236°, 79%, 89%
CMYK
18, 17, 0, 2
Luminance
0.6430
Every format
| HEX | #cccff9 |
| RGB | rgb(204, 207, 249) |
| HSL | hsl(236, 79%, 89%) |
| CMYK | cmyk(18%, 17%, 0%, 2%) |
| LAB | lab(84.1 7.4 -20.9) |
| LCH | lch(84.1 22.2 289.5) |
| OKLCH | oklch(0.866 0.058 281.9) |
Copy-ready code
/* CSS */
color: #cccff9;
background-color: #cccff9;
/* Tailwind (arbitrary) */
class="text-[#cccff9] bg-[#cccff9]"
/* SCSS */
$brand: #cccff9;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.976)
/* Android */
Color.parseColor("#cccff9")Accessibility — WCAG contrast
Aa
#cccff9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccff9 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta16.9%
Yellow0.0%
Key (black)2.4%
Color previews
#cccff9 text on a black background
contrast 13.86:1
Card sample
#cccff9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccff9;
Background color
Panel with #cccff9 background
background-color: #cccff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccff9; background: linear-gradient(135deg, #cccff9, #E7CCF9);