#ccd8ff
a pale, electric blue · warm · closest name: lavender
RGB
204, 216, 255
HSL
226°, 100%, 90%
CMYK
20, 15, 0, 0
Luminance
0.6917
Every format
| HEX | #ccd8ff |
| RGB | rgb(204, 216, 255) |
| HSL | hsl(226, 100%, 90%) |
| CMYK | cmyk(20%, 15%, 0%, 0%) |
| LAB | lab(86.6 3.9 -20.3) |
| LCH | lch(86.6 20.7 280.9) |
| OKLCH | oklch(0.886 0.055 271.8) |
Copy-ready code
/* CSS */
color: #ccd8ff;
background-color: #ccd8ff;
/* Tailwind (arbitrary) */
class="text-[#ccd8ff] bg-[#ccd8ff]"
/* SCSS */
$brand: #ccd8ff;
/* SwiftUI */
Color(red: 0.800, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#ccd8ff")Accessibility — WCAG contrast
Aa
#ccd8ff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd8ff on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.7%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ccd8ff text on a black background
contrast 14.83:1
Card sample
#ccd8ff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd8ff;
Background color
Panel with #ccd8ff background
background-color: #ccd8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd8ff; background: linear-gradient(135deg, #ccd8ff, #E2CCFF);