#c8f8eb
a pale, electric cyan · cool · closest name: ivory
RGB
200, 248, 235
HSL
164°, 77%, 88%
CMYK
19, 0, 5, 3
Luminance
0.8541
Every format
| HEX | #c8f8eb |
| RGB | rgb(200, 248, 235) |
| HSL | hsl(164, 77%, 88%) |
| CMYK | cmyk(19%, 0%, 5%, 3%) |
| LAB | lab(94.1 -17.8 1.2) |
| LCH | lch(94.1 17.8 176.2) |
| OKLCH | oklch(0.942 0.052 176.8) |
Copy-ready code
/* CSS */
color: #c8f8eb;
background-color: #c8f8eb;
/* Tailwind (arbitrary) */
class="text-[#c8f8eb] bg-[#c8f8eb]"
/* SCSS */
$brand: #c8f8eb;
/* SwiftUI */
Color(red: 0.784, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#c8f8eb")Accessibility — WCAG contrast
Aa
#c8f8eb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f8eb on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green97.3%
Blue92.2%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#c8f8eb text on a black background
contrast 18.08:1
Card sample
#c8f8eb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f8eb;
Background color
Panel with #c8f8eb background
background-color: #c8f8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f8eb; background: linear-gradient(135deg, #c8f8eb, #C8E5F8);