#cdf882
a light, electric green · cool · closest name: khaki
RGB
205, 248, 130
HSL
82°, 89%, 74%
CMYK
17, 0, 48, 3
Luminance
0.8173
Every format
| HEX | #cdf882 |
| RGB | rgb(205, 248, 130) |
| HSL | hsl(82, 89%, 74%) |
| CMYK | cmyk(17%, 0%, 48%, 3%) |
| LAB | lab(92.5 -32.0 51.9) |
| LCH | lch(92.5 61.0 121.7) |
| OKLCH | oklch(0.924 0.153 125.7) |
Copy-ready code
/* CSS */
color: #cdf882;
background-color: #cdf882;
/* Tailwind (arbitrary) */
class="text-[#cdf882] bg-[#cdf882]"
/* SCSS */
$brand: #cdf882;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.510)
/* Android */
Color.parseColor("#cdf882")Accessibility — WCAG contrast
Aa
#cdf882 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf882 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue51.0%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow47.6%
Key (black)2.7%
Color previews
#cdf882 text on a black background
contrast 17.35:1
Card sample
#cdf882 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf882;
Background color
Panel with #cdf882 background
background-color: #cdf882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf882; background: linear-gradient(135deg, #cdf882, #82F886);