#cdfc23
a balanced, electric green · cool · closest name: yellow
RGB
205, 252, 35
HSL
73°, 97%, 56%
CMYK
19, 0, 86, 1
Luminance
0.8272
Every format
| HEX | #cdfc23 |
| RGB | rgb(205, 252, 35) |
| HSL | hsl(73, 97%, 56%) |
| CMYK | cmyk(19%, 0%, 86%, 1%) |
| LAB | lab(92.9 -39.8 85.9) |
| LCH | lch(92.9 94.6 114.8) |
| OKLCH | oklch(0.925 0.219 122.5) |
Copy-ready code
/* CSS */
color: #cdfc23;
background-color: #cdfc23;
/* Tailwind (arbitrary) */
class="text-[#cdfc23] bg-[#cdfc23]"
/* SCSS */
$brand: #cdfc23;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.137)
/* Android */
Color.parseColor("#cdfc23")Accessibility — WCAG contrast
Aa
#cdfc23 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfc23 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue13.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow86.1%
Key (black)1.2%
Color previews
#cdfc23 text on a black background
contrast 17.54:1
Card sample
#cdfc23 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfc23;
Background color
Panel with #cdfc23 background
background-color: #cdfc23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfc23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfc23; background: linear-gradient(135deg, #cdfc23, #3CFC23);