#cdf57b
a light, electric green · cool · closest name: khaki
RGB
205, 245, 123
HSL
80°, 86%, 72%
CMYK
16, 0, 50, 4
Luminance
0.7971
Every format
| HEX | #cdf57b |
| RGB | rgb(205, 245, 123) |
| HSL | hsl(80, 86%, 72%) |
| CMYK | cmyk(16%, 0%, 50%, 4%) |
| LAB | lab(91.6 -31.4 54.0) |
| LCH | lch(91.6 62.5 120.1) |
| OKLCH | oklch(0.916 0.156 124.4) |
Copy-ready code
/* CSS */
color: #cdf57b;
background-color: #cdf57b;
/* Tailwind (arbitrary) */
class="text-[#cdf57b] bg-[#cdf57b]"
/* SCSS */
$brand: #cdf57b;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.482)
/* Android */
Color.parseColor("#cdf57b")Accessibility — WCAG contrast
Aa
#cdf57b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf57b on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue48.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow49.8%
Key (black)3.9%
Color previews
#cdf57b text on a black background
contrast 16.94:1
Card sample
#cdf57b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf57b;
Background color
Panel with #cdf57b background
background-color: #cdf57b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf57b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf57b; background: linear-gradient(135deg, #cdf57b, #7CF57B);