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