#cdf12f
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 47
HSL
71°, 87%, 57%
CMYK
15, 0, 81, 6
Luminance
0.7609
Every format
| HEX | #cdf12f |
| RGB | rgb(205, 241, 47) |
| HSL | hsl(71, 87%, 57%) |
| CMYK | cmyk(15%, 0%, 81%, 6%) |
| LAB | lab(89.9 -34.5 80.8) |
| LCH | lch(89.9 87.8 113.1) |
| OKLCH | oklch(0.901 0.203 120.4) |
Copy-ready code
/* CSS */
color: #cdf12f;
background-color: #cdf12f;
/* Tailwind (arbitrary) */
class="text-[#cdf12f] bg-[#cdf12f]"
/* SCSS */
$brand: #cdf12f;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.184)
/* Android */
Color.parseColor("#cdf12f")Accessibility — WCAG contrast
Aa
#cdf12f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf12f on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue18.4%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow80.5%
Key (black)5.5%
Color previews
#cdf12f text on a black background
contrast 16.22:1
Card sample
#cdf12f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf12f;
Background color
Panel with #cdf12f background
background-color: #cdf12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf12f; background: linear-gradient(135deg, #cdf12f, #4CF12F);