#cdfb19
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 25
HSL
72°, 97%, 54%
CMYK
18, 0, 90, 2
Luminance
0.8204
Every format
| HEX | #cdfb19 |
| RGB | rgb(205, 251, 25) |
| HSL | hsl(72, 97%, 54%) |
| CMYK | cmyk(18%, 0%, 90%, 2%) |
| LAB | lab(92.6 -39.5 87.3) |
| LCH | lch(92.6 95.8 114.4) |
| OKLCH | oklch(0.923 0.221 122.2) |
Copy-ready code
/* CSS */
color: #cdfb19;
background-color: #cdfb19;
/* Tailwind (arbitrary) */
class="text-[#cdfb19] bg-[#cdfb19]"
/* SCSS */
$brand: #cdfb19;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.098)
/* Android */
Color.parseColor("#cdfb19")Accessibility — WCAG contrast
Aa
#cdfb19 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb19 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue9.8%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow90.0%
Key (black)1.6%
Color previews
#cdfb19 text on a black background
contrast 17.41:1
Card sample
#cdfb19 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb19;
Background color
Panel with #cdfb19 background
background-color: #cdfb19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb19; background: linear-gradient(135deg, #cdfb19, #36FB19);