#c8ddf6
a pale, vivid blue · cool · closest name: lavender
RGB
200, 221, 246
HSL
213°, 72%, 88%
CMYK
19, 10, 0, 4
Luminance
0.7065
Every format
| HEX | #c8ddf6 |
| RGB | rgb(200, 221, 246) |
| HSL | hsl(213, 72%, 88%) |
| CMYK | cmyk(19%, 10%, 0%, 4%) |
| LAB | lab(87.3 -1.9 -14.5) |
| LCH | lch(87.3 14.7 262.7) |
| OKLCH | oklch(0.890 0.041 252.8) |
Copy-ready code
/* CSS */
color: #c8ddf6;
background-color: #c8ddf6;
/* Tailwind (arbitrary) */
class="text-[#c8ddf6] bg-[#c8ddf6]"
/* SCSS */
$brand: #c8ddf6;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#c8ddf6")Accessibility — WCAG contrast
Aa
#c8ddf6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddf6 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue96.5%
CMYK percentages
Cyan18.7%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c8ddf6 text on a black background
contrast 15.13:1
Card sample
#c8ddf6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddf6;
Background color
Panel with #c8ddf6 background
background-color: #c8ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddf6; background: linear-gradient(135deg, #c8ddf6, #D2C8F6);