#c8ddf5
a pale, vivid blue · cool · closest name: lavender
RGB
200, 221, 245
HSL
212°, 69%, 87%
CMYK
18, 10, 0, 4
Luminance
0.7058
Every format
| HEX | #c8ddf5 |
| RGB | rgb(200, 221, 245) |
| HSL | hsl(212, 69%, 87%) |
| CMYK | cmyk(18%, 10%, 0%, 4%) |
| LAB | lab(87.3 -2.1 -14.0) |
| LCH | lch(87.3 14.2 261.6) |
| OKLCH | oklch(0.889 0.040 251.8) |
Copy-ready code
/* CSS */
color: #c8ddf5;
background-color: #c8ddf5;
/* Tailwind (arbitrary) */
class="text-[#c8ddf5] bg-[#c8ddf5]"
/* SCSS */
$brand: #c8ddf5;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#c8ddf5")Accessibility — WCAG contrast
Aa
#c8ddf5 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddf5 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue96.1%
CMYK percentages
Cyan18.4%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#c8ddf5 text on a black background
contrast 15.12:1
Card sample
#c8ddf5 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddf5;
Background color
Panel with #c8ddf5 background
background-color: #c8ddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddf5; background: linear-gradient(135deg, #c8ddf5, #D1C8F5);