#c8dfee
a pale, vivid blue · cool · closest name: lavender
RGB
200, 223, 238
HSL
204°, 53%, 86%
CMYK
16, 6, 0, 7
Luminance
0.7123
Every format
| HEX | #c8dfee |
| RGB | rgb(200, 223, 238) |
| HSL | hsl(204, 53%, 86%) |
| CMYK | cmyk(16%, 6%, 0%, 7%) |
| LAB | lab(87.6 -4.6 -9.9) |
| LCH | lch(87.6 10.9 245.2) |
| OKLCH | oklch(0.891 0.032 236.4) |
Copy-ready code
/* CSS */
color: #c8dfee;
background-color: #c8dfee;
/* Tailwind (arbitrary) */
class="text-[#c8dfee] bg-[#c8dfee]"
/* SCSS */
$brand: #c8dfee;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#c8dfee")Accessibility — WCAG contrast
Aa
#c8dfee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfee on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c8dfee text on a black background
contrast 15.25:1
Card sample
#c8dfee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfee;
Background color
Panel with #c8dfee background
background-color: #c8dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfee; background: linear-gradient(135deg, #c8dfee, #CAC8EE);