#cdfa2f
a balanced, electric green · cool · closest name: yellow
RGB
205, 250, 47
HSL
73°, 95%, 58%
CMYK
18, 0, 81, 2
Luminance
0.8156
Every format
| HEX | #cdfa2f |
| RGB | rgb(205, 250, 47) |
| HSL | hsl(73, 95%, 58%) |
| CMYK | cmyk(18%, 0%, 81%, 2%) |
| LAB | lab(92.4 -38.5 82.9) |
| LCH | lch(92.4 91.5 114.9) |
| OKLCH | oklch(0.921 0.213 122.3) |
Copy-ready code
/* CSS */
color: #cdfa2f;
background-color: #cdfa2f;
/* Tailwind (arbitrary) */
class="text-[#cdfa2f] bg-[#cdfa2f]"
/* SCSS */
$brand: #cdfa2f;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.184)
/* Android */
Color.parseColor("#cdfa2f")Accessibility — WCAG contrast
Aa
#cdfa2f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfa2f on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue18.4%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow81.2%
Key (black)2.0%
Color previews
#cdfa2f text on a black background
contrast 17.31:1
Card sample
#cdfa2f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfa2f;
Background color
Panel with #cdfa2f background
background-color: #cdfa2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfa2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfa2f; background: linear-gradient(135deg, #cdfa2f, #46FA2F);