#cdfb49
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 73
HSL
76°, 96%, 64%
CMYK
18, 0, 71, 2
Luminance
0.8245
Every format
| HEX | #cdfb49 |
| RGB | rgb(205, 251, 73) |
| HSL | hsl(76, 96%, 64%) |
| CMYK | cmyk(18%, 0%, 71%, 2%) |
| LAB | lab(92.8 -37.9 75.8) |
| LCH | lch(92.8 84.7 116.6) |
| OKLCH | oklch(0.925 0.202 123.1) |
Copy-ready code
/* CSS */
color: #cdfb49;
background-color: #cdfb49;
/* Tailwind (arbitrary) */
class="text-[#cdfb49] bg-[#cdfb49]"
/* SCSS */
$brand: #cdfb49;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#cdfb49")Accessibility — WCAG contrast
Aa
#cdfb49 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb49 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue28.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#cdfb49 text on a black background
contrast 17.49:1
Card sample
#cdfb49 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb49;
Background color
Panel with #cdfb49 background
background-color: #cdfb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb49; background: linear-gradient(135deg, #cdfb49, #56FB49);