#cccfec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 207, 236
HSL
234°, 46%, 86%
CMYK
14, 12, 0, 8
Luminance
0.6352
Every format
| HEX | #cccfec |
| RGB | rgb(204, 207, 236) |
| HSL | hsl(234, 46%, 86%) |
| CMYK | cmyk(14%, 12%, 0%, 8%) |
| LAB | lab(83.7 4.7 -14.6) |
| LCH | lch(83.7 15.3 287.7) |
| OKLCH | oklch(0.861 0.040 280.8) |
Copy-ready code
/* CSS */
color: #cccfec;
background-color: #cccfec;
/* Tailwind (arbitrary) */
class="text-[#cccfec] bg-[#cccfec]"
/* SCSS */
$brand: #cccfec;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.925)
/* Android */
Color.parseColor("#cccfec")Accessibility — WCAG contrast
Aa
#cccfec on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfec on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta12.3%
Yellow0.0%
Key (black)7.5%
Color previews
#cccfec text on a black background
contrast 13.70:1
Card sample
#cccfec text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfec;
Background color
Panel with #cccfec background
background-color: #cccfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfec; background: linear-gradient(135deg, #cccfec, #DECCEC);