#c8ddf9
a pale, electric blue · cool · closest name: lavender
RGB
200, 221, 249
HSL
214°, 80%, 88%
CMYK
20, 11, 0, 2
Luminance
0.7083
Every format
| HEX | #c8ddf9 |
| RGB | rgb(200, 221, 249) |
| HSL | hsl(214, 80%, 88%) |
| CMYK | cmyk(20%, 11%, 0%, 2%) |
| LAB | lab(87.4 -1.2 -16.0) |
| LCH | lch(87.4 16.0 265.6) |
| OKLCH | oklch(0.891 0.045 255.6) |
Copy-ready code
/* CSS */
color: #c8ddf9;
background-color: #c8ddf9;
/* Tailwind (arbitrary) */
class="text-[#c8ddf9] bg-[#c8ddf9]"
/* SCSS */
$brand: #c8ddf9;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.976)
/* Android */
Color.parseColor("#c8ddf9")Accessibility — WCAG contrast
Aa
#c8ddf9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddf9 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue97.6%
CMYK percentages
Cyan19.7%
Magenta11.2%
Yellow0.0%
Key (black)2.4%
Color previews
#c8ddf9 text on a black background
contrast 15.17:1
Card sample
#c8ddf9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddf9;
Background color
Panel with #c8ddf9 background
background-color: #c8ddf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddf9; background: linear-gradient(135deg, #c8ddf9, #D4C8F9);