#cdf75f
a light, electric green · cool · closest name: yellow
RGB
205, 247, 95
HSL
77°, 91%, 67%
CMYK
17, 0, 62, 3
Luminance
0.8033
Every format
| HEX | #cdf75f |
| RGB | rgb(205, 247, 95) |
| HSL | hsl(77, 91%, 67%) |
| CMYK | cmyk(17%, 0%, 62%, 3%) |
| LAB | lab(91.8 -34.7 66.6) |
| LCH | lch(91.8 75.0 117.5) |
| OKLCH | oklch(0.918 0.182 123.1) |
Copy-ready code
/* CSS */
color: #cdf75f;
background-color: #cdf75f;
/* Tailwind (arbitrary) */
class="text-[#cdf75f] bg-[#cdf75f]"
/* SCSS */
$brand: #cdf75f;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.373)
/* Android */
Color.parseColor("#cdf75f")Accessibility — WCAG contrast
Aa
#cdf75f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf75f on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue37.3%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow61.5%
Key (black)3.1%
Color previews
#cdf75f text on a black background
contrast 17.07:1
Card sample
#cdf75f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf75f;
Background color
Panel with #cdf75f background
background-color: #cdf75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf75f; background: linear-gradient(135deg, #cdf75f, #68F75F);