#cdf467
a light, electric green · cool · closest name: khaki
RGB
205, 244, 103
HSL
77°, 87%, 68%
CMYK
16, 0, 58, 4
Luminance
0.7866
Every format
| HEX | #cdf467 |
| RGB | rgb(205, 244, 103) |
| HSL | hsl(77, 87%, 68%) |
| CMYK | cmyk(16%, 0%, 58%, 4%) |
| LAB | lab(91.1 -32.7 62.4) |
| LCH | lch(91.1 70.4 117.7) |
| OKLCH | oklch(0.912 0.172 122.8) |
Copy-ready code
/* CSS */
color: #cdf467;
background-color: #cdf467;
/* Tailwind (arbitrary) */
class="text-[#cdf467] bg-[#cdf467]"
/* SCSS */
$brand: #cdf467;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.404)
/* Android */
Color.parseColor("#cdf467")Accessibility — WCAG contrast
Aa
#cdf467 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf467 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue40.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow57.8%
Key (black)4.3%
Color previews
#cdf467 text on a black background
contrast 16.73:1
Card sample
#cdf467 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf467;
Background color
Panel with #cdf467 background
background-color: #cdf467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf467; background: linear-gradient(135deg, #cdf467, #6FF467);