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