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