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