#cdfb59
a light, electric green · cool · closest name: yellow
RGB
205, 251, 89
HSL
77°, 95%, 67%
CMYK
18, 0, 65, 2
Luminance
0.8269
Every format
| HEX | #cdfb59 |
| RGB | rgb(205, 251, 89) |
| HSL | hsl(77, 95%, 67%) |
| CMYK | cmyk(18%, 0%, 65%, 2%) |
| LAB | lab(92.9 -36.9 70.1) |
| LCH | lch(92.9 79.2 117.8) |
| OKLCH | oklch(0.926 0.192 123.7) |
Copy-ready code
/* CSS */
color: #cdfb59;
background-color: #cdfb59;
/* Tailwind (arbitrary) */
class="text-[#cdfb59] bg-[#cdfb59]"
/* SCSS */
$brand: #cdfb59;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.349)
/* Android */
Color.parseColor("#cdfb59")Accessibility — WCAG contrast
Aa
#cdfb59 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb59 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue34.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow64.5%
Key (black)1.6%
Color previews
#cdfb59 text on a black background
contrast 17.54:1
Card sample
#cdfb59 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb59;
Background color
Panel with #cdfb59 background
background-color: #cdfb59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb59; background: linear-gradient(135deg, #cdfb59, #61FB59);