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