#cdf981
a light, electric green · cool · closest name: khaki
RGB
205, 249, 129
HSL
82°, 91%, 74%
CMYK
18, 0, 48, 2
Luminance
0.8232
Every format
| HEX | #cdf981 |
| RGB | rgb(205, 249, 129) |
| HSL | hsl(82, 91%, 74%) |
| CMYK | cmyk(18%, 0%, 48%, 2%) |
| LAB | lab(92.7 -32.6 52.6) |
| LCH | lch(92.7 61.9 121.8) |
| OKLCH | oklch(0.926 0.155 125.9) |
Copy-ready code
/* CSS */
color: #cdf981;
background-color: #cdf981;
/* Tailwind (arbitrary) */
class="text-[#cdf981] bg-[#cdf981]"
/* SCSS */
$brand: #cdf981;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.506)
/* Android */
Color.parseColor("#cdf981")Accessibility — WCAG contrast
Aa
#cdf981 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf981 on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue50.6%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow48.2%
Key (black)2.4%
Color previews
#cdf981 text on a black background
contrast 17.46:1
Card sample
#cdf981 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf981;
Background color
Panel with #cdf981 background
background-color: #cdf981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf981; background: linear-gradient(135deg, #cdf981, #81F985);