#c7eee8
a pale, vivid cyan · cool · closest name: white
RGB
199, 238, 232
HSL
171°, 53%, 86%
CMYK
16, 0, 3, 7
Luminance
0.7912
Every format
| HEX | #c7eee8 |
| RGB | rgb(199, 238, 232) |
| HSL | hsl(171, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 3%, 7%) |
| LAB | lab(91.3 -13.7 -1.3) |
| LCH | lch(91.3 13.8 185.4) |
| OKLCH | oklch(0.920 0.041 185.1) |
Copy-ready code
/* CSS */
color: #c7eee8;
background-color: #c7eee8;
/* Tailwind (arbitrary) */
class="text-[#c7eee8] bg-[#c7eee8]"
/* SCSS */
$brand: #c7eee8;
/* SwiftUI */
Color(red: 0.780, green: 0.933, blue: 0.910)
/* Android */
Color.parseColor("#c7eee8")Accessibility — WCAG contrast
Aa
#c7eee8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eee8 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.3%
Blue91.0%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow2.5%
Key (black)6.7%
Color previews
#c7eee8 text on a black background
contrast 16.82:1
Card sample
#c7eee8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eee8;
Background color
Panel with #c7eee8 background
background-color: #c7eee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 238, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 238, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eee8; background: linear-gradient(135deg, #c7eee8, #C7DAEE);