#ccd8fb
a pale, electric blue · cool · closest name: lavender
RGB
204, 216, 251
HSL
225°, 86%, 89%
CMYK
19, 14, 0, 2
Luminance
0.6891
Every format
| HEX | #ccd8fb |
| RGB | rgb(204, 216, 251) |
| HSL | hsl(225, 86%, 89%) |
| CMYK | cmyk(19%, 14%, 0%, 2%) |
| LAB | lab(86.5 3.0 -18.4) |
| LCH | lch(86.5 18.7 279.4) |
| OKLCH | oklch(0.884 0.050 270.4) |
Copy-ready code
/* CSS */
color: #ccd8fb;
background-color: #ccd8fb;
/* Tailwind (arbitrary) */
class="text-[#ccd8fb] bg-[#ccd8fb]"
/* SCSS */
$brand: #ccd8fb;
/* SwiftUI */
Color(red: 0.800, green: 0.847, blue: 0.984)
/* Android */
Color.parseColor("#ccd8fb")Accessibility — WCAG contrast
Aa
#ccd8fb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd8fb on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green84.7%
Blue98.4%
CMYK percentages
Cyan18.7%
Magenta13.9%
Yellow0.0%
Key (black)1.6%
Color previews
#ccd8fb text on a black background
contrast 14.78:1
Card sample
#ccd8fb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd8fb;
Background color
Panel with #ccd8fb background
background-color: #ccd8fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd8fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 216, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 216, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd8fb; background: linear-gradient(135deg, #ccd8fb, #DFCCFB);