#cccfe4
a light, soft blue · warm · closest name: lavender
RGB
204, 207, 228
HSL
233°, 31%, 85%
CMYK
11, 9, 0, 11
Luminance
0.6306
Every format
| HEX | #cccfe4 |
| RGB | rgb(204, 207, 228) |
| HSL | hsl(233, 31%, 85%) |
| CMYK | cmyk(11%, 9%, 0%, 11%) |
| LAB | lab(83.5 3.0 -10.7) |
| LCH | lch(83.5 11.1 285.8) |
| OKLCH | oklch(0.859 0.029 279.3) |
Copy-ready code
/* CSS */
color: #cccfe4;
background-color: #cccfe4;
/* Tailwind (arbitrary) */
class="text-[#cccfe4] bg-[#cccfe4]"
/* SCSS */
$brand: #cccfe4;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.894)
/* Android */
Color.parseColor("#cccfe4")Accessibility — WCAG contrast
Aa
#cccfe4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfe4 on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue89.4%
CMYK percentages
Cyan10.5%
Magenta9.2%
Yellow0.0%
Key (black)10.6%
Color previews
#cccfe4 text on a black background
contrast 13.61:1
Card sample
#cccfe4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfe4;
Background color
Panel with #cccfe4 background
background-color: #cccfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfe4; background: linear-gradient(135deg, #cccfe4, #D9CCE4);