#cdf082
a light, electric green · cool · closest name: khaki
RGB
205, 240, 130
HSL
79°, 79%, 73%
CMYK
15, 0, 46, 6
Luminance
0.7691
Every format
| HEX | #cdf082 |
| RGB | rgb(205, 240, 130) |
| HSL | hsl(79, 79%, 73%) |
| CMYK | cmyk(15%, 0%, 46%, 6%) |
| LAB | lab(90.3 -28.3 49.2) |
| LCH | lch(90.3 56.8 119.9) |
| OKLCH | oklch(0.906 0.142 123.7) |
Copy-ready code
/* CSS */
color: #cdf082;
background-color: #cdf082;
/* Tailwind (arbitrary) */
class="text-[#cdf082] bg-[#cdf082]"
/* SCSS */
$brand: #cdf082;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.510)
/* Android */
Color.parseColor("#cdf082")Accessibility — WCAG contrast
Aa
#cdf082 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf082 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue51.0%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow45.8%
Key (black)5.9%
Color previews
#cdf082 text on a black background
contrast 16.38:1
Card sample
#cdf082 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf082;
Background color
Panel with #cdf082 background
background-color: #cdf082;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf082;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf082; background: linear-gradient(135deg, #cdf082, #83F082);