#c8dfec
a pale, vivid blue · cool · closest name: lavender
RGB
200, 223, 236
HSL
202°, 49%, 86%
CMYK
15, 6, 0, 8
Luminance
0.7111
Every format
| HEX | #c8dfec |
| RGB | rgb(200, 223, 236) |
| HSL | hsl(202, 49%, 86%) |
| CMYK | cmyk(15%, 6%, 0%, 8%) |
| LAB | lab(87.5 -5.0 -8.9) |
| LCH | lch(87.5 10.2 240.8) |
| OKLCH | oklch(0.891 0.030 232.5) |
Copy-ready code
/* CSS */
color: #c8dfec;
background-color: #c8dfec;
/* Tailwind (arbitrary) */
class="text-[#c8dfec] bg-[#c8dfec]"
/* SCSS */
$brand: #c8dfec;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#c8dfec")Accessibility — WCAG contrast
Aa
#c8dfec on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfec on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue92.5%
CMYK percentages
Cyan15.3%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#c8dfec text on a black background
contrast 15.22:1
Card sample
#c8dfec text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfec;
Background color
Panel with #c8dfec background
background-color: #c8dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfec; background: linear-gradient(135deg, #c8dfec, #C9C8EC);