#cdf475
a light, electric green · cool · closest name: khaki
RGB
205, 244, 117
HSL
78°, 85%, 71%
CMYK
16, 0, 52, 4
Luminance
0.7896
Every format
| HEX | #cdf475 |
| RGB | rgb(205, 244, 117) |
| HSL | hsl(78, 85%, 71%) |
| CMYK | cmyk(16%, 0%, 52%, 4%) |
| LAB | lab(91.2 -31.5 56.4) |
| LCH | lch(91.2 64.6 119.2) |
| OKLCH | oklch(0.913 0.160 123.7) |
Copy-ready code
/* CSS */
color: #cdf475;
background-color: #cdf475;
/* Tailwind (arbitrary) */
class="text-[#cdf475] bg-[#cdf475]"
/* SCSS */
$brand: #cdf475;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.459)
/* Android */
Color.parseColor("#cdf475")Accessibility — WCAG contrast
Aa
#cdf475 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf475 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue45.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow52.0%
Key (black)4.3%
Color previews
#cdf475 text on a black background
contrast 16.79:1
Card sample
#cdf475 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf475;
Background color
Panel with #cdf475 background
background-color: #cdf475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf475; background: linear-gradient(135deg, #cdf475, #78F475);