#cef482
a light, electric green · cool · closest name: khaki
RGB
206, 244, 130
HSL
80°, 84%, 73%
CMYK
16, 0, 47, 4
Luminance
0.7943
Every format
| HEX | #cef482 |
| RGB | rgb(206, 244, 130) |
| HSL | hsl(80, 84%, 73%) |
| CMYK | cmyk(16%, 0%, 47%, 4%) |
| LAB | lab(91.4 -29.8 50.6) |
| LCH | lch(91.4 58.8 120.5) |
| OKLCH | oklch(0.916 0.147 124.4) |
Copy-ready code
/* CSS */
color: #cef482;
background-color: #cef482;
/* Tailwind (arbitrary) */
class="text-[#cef482] bg-[#cef482]"
/* SCSS */
$brand: #cef482;
/* SwiftUI */
Color(red: 0.808, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#cef482")Accessibility — WCAG contrast
Aa
#cef482 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef482 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.7%
Blue51.0%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#cef482 text on a black background
contrast 16.89:1
Card sample
#cef482 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef482;
Background color
Panel with #cef482 background
background-color: #cef482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef482; background: linear-gradient(135deg, #cef482, #82F482);