#cdf374
a light, electric green · cool · closest name: khaki
RGB
205, 243, 116
HSL
78°, 84%, 70%
CMYK
16, 0, 52, 5
Luminance
0.7834
Every format
| HEX | #cdf374 |
| RGB | rgb(205, 243, 116) |
| HSL | hsl(78, 84%, 70%) |
| CMYK | cmyk(16%, 0%, 52%, 5%) |
| LAB | lab(90.9 -31.1 56.5) |
| LCH | lch(90.9 64.5 118.8) |
| OKLCH | oklch(0.911 0.160 123.4) |
Copy-ready code
/* CSS */
color: #cdf374;
background-color: #cdf374;
/* Tailwind (arbitrary) */
class="text-[#cdf374] bg-[#cdf374]"
/* SCSS */
$brand: #cdf374;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.455)
/* Android */
Color.parseColor("#cdf374")Accessibility — WCAG contrast
Aa
#cdf374 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf374 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue45.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow52.3%
Key (black)4.7%
Color previews
#cdf374 text on a black background
contrast 16.67:1
Card sample
#cdf374 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf374;
Background color
Panel with #cdf374 background
background-color: #cdf374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf374; background: linear-gradient(135deg, #cdf374, #78F374);