#cdf186
a light, electric green · cool · closest name: khaki
RGB
205, 241, 134
HSL
80°, 79%, 74%
CMYK
15, 0, 44, 6
Luminance
0.7761
Every format
| HEX | #cdf186 |
| RGB | rgb(205, 241, 134) |
| HSL | hsl(80, 79%, 74%) |
| CMYK | cmyk(15%, 0%, 44%, 6%) |
| LAB | lab(90.6 -28.4 47.7) |
| LCH | lch(90.6 55.5 120.7) |
| OKLCH | oklch(0.909 0.140 124.4) |
Copy-ready code
/* CSS */
color: #cdf186;
background-color: #cdf186;
/* Tailwind (arbitrary) */
class="text-[#cdf186] bg-[#cdf186]"
/* SCSS */
$brand: #cdf186;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.525)
/* Android */
Color.parseColor("#cdf186")Accessibility — WCAG contrast
Aa
#cdf186 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf186 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue52.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow44.4%
Key (black)5.5%
Color previews
#cdf186 text on a black background
contrast 16.52:1
Card sample
#cdf186 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf186;
Background color
Panel with #cdf186 background
background-color: #cdf186;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf186;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf186; background: linear-gradient(135deg, #cdf186, #86F186);