#c8eaf1
a pale, vivid cyan · cool · closest name: lavender
RGB
200, 234, 241
HSL
190°, 59%, 87%
CMYK
17, 3, 0, 6
Luminance
0.7748
Every format
| HEX | #c8eaf1 |
| RGB | rgb(200, 234, 241) |
| HSL | hsl(190, 59%, 87%) |
| CMYK | cmyk(17%, 3%, 0%, 6%) |
| LAB | lab(90.5 -9.6 -7.1) |
| LCH | lch(90.5 11.9 216.5) |
| OKLCH | oklch(0.915 0.037 211.5) |
Copy-ready code
/* CSS */
color: #c8eaf1;
background-color: #c8eaf1;
/* Tailwind (arbitrary) */
class="text-[#c8eaf1] bg-[#c8eaf1]"
/* SCSS */
$brand: #c8eaf1;
/* SwiftUI */
Color(red: 0.784, green: 0.918, blue: 0.945)
/* Android */
Color.parseColor("#c8eaf1")Accessibility — WCAG contrast
Aa
#c8eaf1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eaf1 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green91.8%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta2.9%
Yellow0.0%
Key (black)5.5%
Color previews
#c8eaf1 text on a black background
contrast 16.50:1
Card sample
#c8eaf1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eaf1;
Background color
Panel with #c8eaf1 background
background-color: #c8eaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 234, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 234, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eaf1; background: linear-gradient(135deg, #c8eaf1, #C8CFF1);