#cdfb74
a light, electric green · cool · closest name: khaki
RGB
205, 251, 116
HSL
80°, 94%, 72%
CMYK
18, 0, 54, 2
Luminance
0.8323
Every format
| HEX | #cdfb74 |
| RGB | rgb(205, 251, 116) |
| HSL | hsl(80, 94%, 72%) |
| CMYK | cmyk(18%, 0%, 54%, 2%) |
| LAB | lab(93.1 -34.8 59.0) |
| LCH | lch(93.1 68.5 120.5) |
| OKLCH | oklch(0.929 0.170 125.2) |
Copy-ready code
/* CSS */
color: #cdfb74;
background-color: #cdfb74;
/* Tailwind (arbitrary) */
class="text-[#cdfb74] bg-[#cdfb74]"
/* SCSS */
$brand: #cdfb74;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.455)
/* Android */
Color.parseColor("#cdfb74")Accessibility — WCAG contrast
Aa
#cdfb74 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb74 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue45.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow53.8%
Key (black)1.6%
Color previews
#cdfb74 text on a black background
contrast 17.65:1
Card sample
#cdfb74 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb74;
Background color
Panel with #cdfb74 background
background-color: #cdfb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb74; background: linear-gradient(135deg, #cdfb74, #74FB75);