#c8fab8
a pale, electric green · cool · closest name: aquamarine
RGB
200, 250, 184
HSL
106°, 87%, 85%
CMYK
20, 0, 26, 2
Luminance
0.8411
Every format
| HEX | #c8fab8 |
| RGB | rgb(200, 250, 184) |
| HSL | hsl(106, 87%, 85%) |
| CMYK | cmyk(20%, 0%, 26%, 2%) |
| LAB | lab(93.5 -27.8 26.6) |
| LCH | lch(93.5 38.5 136.2) |
| OKLCH | oklch(0.934 0.101 138.2) |
Copy-ready code
/* CSS */
color: #c8fab8;
background-color: #c8fab8;
/* Tailwind (arbitrary) */
class="text-[#c8fab8] bg-[#c8fab8]"
/* SCSS */
$brand: #c8fab8;
/* SwiftUI */
Color(red: 0.784, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#c8fab8")Accessibility — WCAG contrast
Aa
#c8fab8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8fab8 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green98.0%
Blue72.2%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#c8fab8 text on a black background
contrast 17.82:1
Card sample
#c8fab8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8fab8;
Background color
Panel with #c8fab8 background
background-color: #c8fab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8fab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8fab8; background: linear-gradient(135deg, #c8fab8, #B8FAD4);