#cdf378
a light, electric green · cool · closest name: khaki
RGB
205, 243, 120
HSL
79°, 84%, 71%
CMYK
16, 0, 51, 5
Luminance
0.7844
Every format
| HEX | #cdf378 |
| RGB | rgb(205, 243, 120) |
| HSL | hsl(79, 84%, 71%) |
| CMYK | cmyk(16%, 0%, 51%, 5%) |
| LAB | lab(91.0 -30.7 54.7) |
| LCH | lch(91.0 62.8 119.3) |
| OKLCH | oklch(0.912 0.156 123.7) |
Copy-ready code
/* CSS */
color: #cdf378;
background-color: #cdf378;
/* Tailwind (arbitrary) */
class="text-[#cdf378] bg-[#cdf378]"
/* SCSS */
$brand: #cdf378;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.471)
/* Android */
Color.parseColor("#cdf378")Accessibility — WCAG contrast
Aa
#cdf378 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf378 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue47.1%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow50.6%
Key (black)4.7%
Color previews
#cdf378 text on a black background
contrast 16.69:1
Card sample
#cdf378 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf378;
Background color
Panel with #cdf378 background
background-color: #cdf378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf378; background: linear-gradient(135deg, #cdf378, #7BF378);