#c8f9da
a pale, electric green · cool · closest name: beige
RGB
200, 249, 218
HSL
142°, 80%, 88%
CMYK
20, 0, 12, 2
Luminance
0.8509
Every format
| HEX | #c8f9da |
| RGB | rgb(200, 249, 218) |
| HSL | hsl(142, 80%, 88%) |
| CMYK | cmyk(20%, 0%, 12%, 2%) |
| LAB | lab(93.9 -21.5 9.8) |
| LCH | lch(93.9 23.6 155.6) |
| OKLCH | oklch(0.940 0.065 157.1) |
Copy-ready code
/* CSS */
color: #c8f9da;
background-color: #c8f9da;
/* Tailwind (arbitrary) */
class="text-[#c8f9da] bg-[#c8f9da]"
/* SCSS */
$brand: #c8f9da;
/* SwiftUI */
Color(red: 0.784, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#c8f9da")Accessibility — WCAG contrast
Aa
#c8f9da on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f9da on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green97.6%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#c8f9da text on a black background
contrast 18.02:1
Card sample
#c8f9da text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f9da;
Background color
Panel with #c8f9da background
background-color: #c8f9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f9da; background: linear-gradient(135deg, #c8f9da, #C8F7F9);