#cdf46d
a light, electric green · cool · closest name: khaki
RGB
205, 244, 109
HSL
77°, 86%, 69%
CMYK
16, 0, 55, 4
Luminance
0.7878
Every format
| HEX | #cdf46d |
| RGB | rgb(205, 244, 109) |
| HSL | hsl(77, 86%, 69%) |
| CMYK | cmyk(16%, 0%, 55%, 4%) |
| LAB | lab(91.1 -32.2 59.9) |
| LCH | lch(91.1 68.0 118.3) |
| OKLCH | oklch(0.912 0.167 123.2) |
Copy-ready code
/* CSS */
color: #cdf46d;
background-color: #cdf46d;
/* Tailwind (arbitrary) */
class="text-[#cdf46d] bg-[#cdf46d]"
/* SCSS */
$brand: #cdf46d;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.427)
/* Android */
Color.parseColor("#cdf46d")Accessibility — WCAG contrast
Aa
#cdf46d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf46d on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue42.7%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow55.3%
Key (black)4.3%
Color previews
#cdf46d text on a black background
contrast 16.76:1
Card sample
#cdf46d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf46d;
Background color
Panel with #cdf46d background
background-color: #cdf46d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf46d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf46d; background: linear-gradient(135deg, #cdf46d, #73F46D);