#ccd0fc
a pale, electric blue · warm · closest name: lavender
RGB
204, 208, 252
HSL
235°, 89%, 89%
CMYK
19, 18, 0, 1
Luminance
0.6498
Every format
| HEX | #ccd0fc |
| RGB | rgb(204, 208, 252) |
| HSL | hsl(235, 89%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 1%) |
| LAB | lab(84.5 7.5 -21.9) |
| LCH | lch(84.5 23.2 288.9) |
| OKLCH | oklch(0.869 0.061 281.0) |
Copy-ready code
/* CSS */
color: #ccd0fc;
background-color: #ccd0fc;
/* Tailwind (arbitrary) */
class="text-[#ccd0fc] bg-[#ccd0fc]"
/* SCSS */
$brand: #ccd0fc;
/* SwiftUI */
Color(red: 0.800, green: 0.816, blue: 0.988)
/* Android */
Color.parseColor("#ccd0fc")Accessibility — WCAG contrast
Aa
#ccd0fc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccd0fc on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.6%
Blue98.8%
CMYK percentages
Cyan19.0%
Magenta17.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ccd0fc text on a black background
contrast 14.00:1
Card sample
#ccd0fc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccd0fc;
Background color
Panel with #ccd0fc background
background-color: #ccd0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccd0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 208, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 208, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccd0fc; background: linear-gradient(135deg, #ccd0fc, #E8CCFC);