#cccdf4
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 244
HSL
239°, 65%, 88%
CMYK
16, 16, 0, 4
Luminance
0.6303
Every format
| HEX | #cccdf4 |
| RGB | rgb(204, 205, 244) |
| HSL | hsl(239, 65%, 88%) |
| CMYK | cmyk(16%, 16%, 0%, 4%) |
| LAB | lab(83.5 7.4 -19.2) |
| LCH | lch(83.5 20.6 291.0) |
| OKLCH | oklch(0.860 0.054 284.0) |
Copy-ready code
/* CSS */
color: #cccdf4;
background-color: #cccdf4;
/* Tailwind (arbitrary) */
class="text-[#cccdf4] bg-[#cccdf4]"
/* SCSS */
$brand: #cccdf4;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#cccdf4")Accessibility — WCAG contrast
Aa
#cccdf4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdf4 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue95.7%
CMYK percentages
Cyan16.4%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cccdf4 text on a black background
contrast 13.61:1
Card sample
#cccdf4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdf4;
Background color
Panel with #cccdf4 background
background-color: #cccdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdf4; background: linear-gradient(135deg, #cccdf4, #E6CCF4);