#c8ddf2
a pale, vivid blue · cool · closest name: lavender
RGB
200, 221, 242
HSL
210°, 62%, 87%
CMYK
17, 9, 0, 5
Luminance
0.7040
Every format
| HEX | #c8ddf2 |
| RGB | rgb(200, 221, 242) |
| HSL | hsl(210, 62%, 87%) |
| CMYK | cmyk(17%, 9%, 0%, 5%) |
| LAB | lab(87.2 -2.7 -12.6) |
| LCH | lch(87.2 12.9 257.9) |
| OKLCH | oklch(0.888 0.037 248.2) |
Copy-ready code
/* CSS */
color: #c8ddf2;
background-color: #c8ddf2;
/* Tailwind (arbitrary) */
class="text-[#c8ddf2] bg-[#c8ddf2]"
/* SCSS */
$brand: #c8ddf2;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#c8ddf2")Accessibility — WCAG contrast
Aa
#c8ddf2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddf2 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c8ddf2 text on a black background
contrast 15.08:1
Card sample
#c8ddf2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddf2;
Background color
Panel with #c8ddf2 background
background-color: #c8ddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddf2; background: linear-gradient(135deg, #c8ddf2, #CFC8F2);