#c8f482
a light, electric green · cool · closest name: khaki
RGB
200, 244, 130
HSL
83°, 84%, 73%
CMYK
18, 0, 47, 4
Luminance
0.7859
Every format
| HEX | #c8f482 |
| RGB | rgb(200, 244, 130) |
| HSL | hsl(83, 84%, 73%) |
| CMYK | cmyk(18%, 0%, 47%, 4%) |
| LAB | lab(91.0 -32.0 50.1) |
| LCH | lch(91.0 59.4 122.6) |
| OKLCH | oklch(0.912 0.150 126.5) |
Copy-ready code
/* CSS */
color: #c8f482;
background-color: #c8f482;
/* Tailwind (arbitrary) */
class="text-[#c8f482] bg-[#c8f482]"
/* SCSS */
$brand: #c8f482;
/* SwiftUI */
Color(red: 0.784, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#c8f482")Accessibility — WCAG contrast
Aa
#c8f482 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f482 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green95.7%
Blue51.0%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#c8f482 text on a black background
contrast 16.72:1
Card sample
#c8f482 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f482;
Background color
Panel with #c8f482 background
background-color: #c8f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f482; background: linear-gradient(135deg, #c8f482, #82F488);