#cdf180
a light, electric green · cool · closest name: khaki
RGB
205, 241, 128
HSL
79°, 80%, 72%
CMYK
15, 0, 47, 6
Luminance
0.7745
Every format
| HEX | #cdf180 |
| RGB | rgb(205, 241, 128) |
| HSL | hsl(79, 80%, 72%) |
| CMYK | cmyk(15%, 0%, 47%, 6%) |
| LAB | lab(90.5 -29.0 50.5) |
| LCH | lch(90.5 58.2 119.9) |
| OKLCH | oklch(0.908 0.146 123.8) |
Copy-ready code
/* CSS */
color: #cdf180;
background-color: #cdf180;
/* Tailwind (arbitrary) */
class="text-[#cdf180] bg-[#cdf180]"
/* SCSS */
$brand: #cdf180;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.502)
/* Android */
Color.parseColor("#cdf180")Accessibility — WCAG contrast
Aa
#cdf180 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf180 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue50.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow46.9%
Key (black)5.5%
Color previews
#cdf180 text on a black background
contrast 16.49:1
Card sample
#cdf180 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf180;
Background color
Panel with #cdf180 background
background-color: #cdf180;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf180;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf180; background: linear-gradient(135deg, #cdf180, #82F180);