#ccdfe8
a pale, soft cyan · cool · closest name: lavender
RGB
204, 223, 232
HSL
199°, 38%, 86%
CMYK
12, 4, 0, 9
Luminance
0.7144
Every format
| HEX | #ccdfe8 |
| RGB | rgb(204, 223, 232) |
| HSL | hsl(199, 38%, 86%) |
| CMYK | cmyk(12%, 4%, 0%, 9%) |
| LAB | lab(87.7 -4.5 -6.5) |
| LCH | lch(87.7 8.0 235.3) |
| OKLCH | oklch(0.892 0.024 227.8) |
Copy-ready code
/* CSS */
color: #ccdfe8;
background-color: #ccdfe8;
/* Tailwind (arbitrary) */
class="text-[#ccdfe8] bg-[#ccdfe8]"
/* SCSS */
$brand: #ccdfe8;
/* SwiftUI */
Color(red: 0.800, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#ccdfe8")Accessibility — WCAG contrast
Aa
#ccdfe8 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdfe8 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.5%
Blue91.0%
CMYK percentages
Cyan12.1%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#ccdfe8 text on a black background
contrast 15.29:1
Card sample
#ccdfe8 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdfe8;
Background color
Panel with #ccdfe8 background
background-color: #ccdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdfe8; background: linear-gradient(135deg, #ccdfe8, #CCCCE8);