#c8ddf0
a pale, vivid blue · cool · closest name: lavender
RGB
200, 221, 240
HSL
209°, 57%, 86%
CMYK
17, 8, 0, 6
Luminance
0.7028
Every format
| HEX | #c8ddf0 |
| RGB | rgb(200, 221, 240) |
| HSL | hsl(209, 57%, 86%) |
| CMYK | cmyk(17%, 8%, 0%, 6%) |
| LAB | lab(87.1 -3.1 -11.6) |
| LCH | lch(87.1 12.0 254.9) |
| OKLCH | oklch(0.888 0.035 245.5) |
Copy-ready code
/* CSS */
color: #c8ddf0;
background-color: #c8ddf0;
/* Tailwind (arbitrary) */
class="text-[#c8ddf0] bg-[#c8ddf0]"
/* SCSS */
$brand: #c8ddf0;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.941)
/* Android */
Color.parseColor("#c8ddf0")Accessibility — WCAG contrast
Aa
#c8ddf0 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddf0 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue94.1%
CMYK percentages
Cyan16.7%
Magenta7.9%
Yellow0.0%
Key (black)5.9%
Color previews
#c8ddf0 text on a black background
contrast 15.06:1
Card sample
#c8ddf0 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddf0;
Background color
Panel with #c8ddf0 background
background-color: #c8ddf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddf0; background: linear-gradient(135deg, #c8ddf0, #CEC8F0);