#cdf56d
a light, electric green · cool · closest name: khaki
RGB
205, 245, 109
HSL
78°, 87%, 69%
CMYK
16, 0, 56, 4
Luminance
0.7939
Every format
| HEX | #cdf56d |
| RGB | rgb(205, 245, 109) |
| HSL | hsl(78, 87%, 69%) |
| CMYK | cmyk(16%, 0%, 56%, 4%) |
| LAB | lab(91.4 -32.6 60.2) |
| LCH | lch(91.4 68.5 118.5) |
| OKLCH | oklch(0.915 0.169 123.4) |
Copy-ready code
/* CSS */
color: #cdf56d;
background-color: #cdf56d;
/* Tailwind (arbitrary) */
class="text-[#cdf56d] bg-[#cdf56d]"
/* SCSS */
$brand: #cdf56d;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.427)
/* Android */
Color.parseColor("#cdf56d")Accessibility — WCAG contrast
Aa
#cdf56d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf56d on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue42.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow55.5%
Key (black)3.9%
Color previews
#cdf56d text on a black background
contrast 16.88:1
Card sample
#cdf56d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf56d;
Background color
Panel with #cdf56d background
background-color: #cdf56d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf56d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf56d; background: linear-gradient(135deg, #cdf56d, #72F56D);