#ccdfe4
a light, soft cyan · cool · closest name: lavender
RGB
204, 223, 228
HSL
193°, 31%, 85%
CMYK
11, 2, 0, 11
Luminance
0.7121
Every format
| HEX | #ccdfe4 |
| RGB | rgb(204, 223, 228) |
| HSL | hsl(193, 31%, 85%) |
| CMYK | cmyk(11%, 2%, 0%, 11%) |
| LAB | lab(87.6 -5.3 -4.6) |
| LCH | lch(87.6 7.0 220.8) |
| OKLCH | oklch(0.891 0.021 215.3) |
Copy-ready code
/* CSS */
color: #ccdfe4;
background-color: #ccdfe4;
/* Tailwind (arbitrary) */
class="text-[#ccdfe4] bg-[#ccdfe4]"
/* SCSS */
$brand: #ccdfe4;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.894)
/* Android */
Color.parseColor("#ccdfe4")Accessibility — WCAG contrast
Aa
#ccdfe4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfe4 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue89.4%
CMYK percentages
Cyan10.5%
Magenta2.2%
Yellow0.0%
Key (black)10.6%
Color previews
#ccdfe4 text on a black background
contrast 15.24:1
Card sample
#ccdfe4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfe4;
Background color
Panel with #ccdfe4 background
background-color: #ccdfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfe4; background: linear-gradient(135deg, #ccdfe4, #CCCFE4);