#cccff4
a pale, vivid blue · warm · closest name: lavender
RGB
204, 207, 244
HSL
236°, 65%, 88%
CMYK
16, 15, 0, 4
Luminance
0.6399
Every format
| HEX | #cccff4 |
| RGB | rgb(204, 207, 244) |
| HSL | hsl(236, 65%, 88%) |
| CMYK | cmyk(16%, 15%, 0%, 4%) |
| LAB | lab(84.0 6.3 -18.5) |
| LCH | lch(84.0 19.5 288.9) |
| OKLCH | oklch(0.864 0.051 281.6) |
Copy-ready code
/* CSS */
color: #cccff4;
background-color: #cccff4;
/* Tailwind (arbitrary) */
class="text-[#cccff4] bg-[#cccff4]"
/* SCSS */
$brand: #cccff4;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.957)
/* Android */
Color.parseColor("#cccff4")Accessibility — WCAG contrast
Aa
#cccff4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccff4 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta15.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cccff4 text on a black background
contrast 13.80:1
Card sample
#cccff4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccff4;
Background color
Panel with #cccff4 background
background-color: #cccff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccff4; background: linear-gradient(135deg, #cccff4, #E4CCF4);