#cdf35e
a light, electric green · cool · closest name: yellow
RGB
205, 243, 94
HSL
75°, 86%, 66%
CMYK
16, 0, 61, 5
Luminance
0.7789
Every format
| HEX | #cdf35e |
| RGB | rgb(205, 243, 94) |
| HSL | hsl(75, 86%, 66%) |
| CMYK | cmyk(16%, 0%, 61%, 5%) |
| LAB | lab(90.7 -32.9 65.8) |
| LCH | lch(90.7 73.5 116.6) |
| OKLCH | oklch(0.909 0.178 122.2) |
Copy-ready code
/* CSS */
color: #cdf35e;
background-color: #cdf35e;
/* Tailwind (arbitrary) */
class="text-[#cdf35e] bg-[#cdf35e]"
/* SCSS */
$brand: #cdf35e;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.369)
/* Android */
Color.parseColor("#cdf35e")Accessibility — WCAG contrast
Aa
#cdf35e on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf35e on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue36.9%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow61.3%
Key (black)4.7%
Color previews
#cdf35e text on a black background
contrast 16.58:1
Card sample
#cdf35e text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf35e;
Background color
Panel with #cdf35e background
background-color: #cdf35e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf35e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf35e; background: linear-gradient(135deg, #cdf35e, #6AF35E);