#c8fbc9
a pale, electric green · cool · closest name: aquamarine
RGB
200, 251, 201
HSL
121°, 86%, 88%
CMYK
20, 0, 20, 2
Luminance
0.8549
Every format
| HEX | #c8fbc9 |
| RGB | rgb(200, 251, 201) |
| HSL | hsl(121, 86%, 88%) |
| CMYK | cmyk(20%, 0%, 20%, 2%) |
| LAB | lab(94.1 -25.5 18.8) |
| LCH | lch(94.1 31.6 143.6) |
| OKLCH | oklch(0.940 0.085 145.4) |
Copy-ready code
/* CSS */
color: #c8fbc9;
background-color: #c8fbc9;
/* Tailwind (arbitrary) */
class="text-[#c8fbc9] bg-[#c8fbc9]"
/* SCSS */
$brand: #c8fbc9;
/* SwiftUI */
Color(red: 0.784, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#c8fbc9")Accessibility — WCAG contrast
Aa
#c8fbc9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fbc9 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#c8fbc9 text on a black background
contrast 18.10:1
Card sample
#c8fbc9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fbc9;
Background color
Panel with #c8fbc9 background
background-color: #c8fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fbc9; background: linear-gradient(135deg, #c8fbc9, #C8FBEB);