#cccfea
a pale, soft blue · warm · closest name: lavender
RGB
204, 207, 234
HSL
234°, 42%, 86%
CMYK
13, 12, 0, 8
Luminance
0.6340
Every format
| HEX | #cccfea |
| RGB | rgb(204, 207, 234) |
| HSL | hsl(234, 42%, 86%) |
| CMYK | cmyk(13%, 12%, 0%, 8%) |
| LAB | lab(83.7 4.2 -13.6) |
| LCH | lch(83.7 14.3 287.3) |
| OKLCH | oklch(0.861 0.037 280.6) |
Copy-ready code
/* CSS */
color: #cccfea;
background-color: #cccfea;
/* Tailwind (arbitrary) */
class="text-[#cccfea] bg-[#cccfea]"
/* SCSS */
$brand: #cccfea;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.918)
/* Android */
Color.parseColor("#cccfea")Accessibility — WCAG contrast
Aa
#cccfea on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfea on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue91.8%
CMYK percentages
Cyan12.8%
Magenta11.5%
Yellow0.0%
Key (black)8.2%
Color previews
#cccfea text on a black background
contrast 13.68:1
Card sample
#cccfea text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfea;
Background color
Panel with #cccfea background
background-color: #cccfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfea; background: linear-gradient(135deg, #cccfea, #DDCCEA);