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