#cdf178
a light, electric green · cool · closest name: khaki
RGB
205, 241, 120
HSL
78°, 81%, 71%
CMYK
15, 0, 50, 6
Luminance
0.7725
Every format
| HEX | #cdf178 |
| RGB | rgb(205, 241, 120) |
| HSL | hsl(78, 81%, 71%) |
| CMYK | cmyk(15%, 0%, 50%, 6%) |
| LAB | lab(90.4 -29.8 54.1) |
| LCH | lch(90.4 61.7 118.9) |
| OKLCH | oklch(0.907 0.153 123.2) |
Copy-ready code
/* CSS */
color: #cdf178;
background-color: #cdf178;
/* Tailwind (arbitrary) */
class="text-[#cdf178] bg-[#cdf178]"
/* SCSS */
$brand: #cdf178;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.471)
/* Android */
Color.parseColor("#cdf178")Accessibility — WCAG contrast
Aa
#cdf178 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf178 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue47.1%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow50.2%
Key (black)5.5%
Color previews
#cdf178 text on a black background
contrast 16.45:1
Card sample
#cdf178 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf178;
Background color
Panel with #cdf178 background
background-color: #cdf178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf178; background: linear-gradient(135deg, #cdf178, #7CF178);