#cdf486
a light, electric green · cool · closest name: khaki
RGB
205, 244, 134
HSL
81°, 83%, 74%
CMYK
16, 0, 45, 4
Luminance
0.7940
Every format
| HEX | #cdf486 |
| RGB | rgb(205, 244, 134) |
| HSL | hsl(81, 83%, 74%) |
| CMYK | cmyk(16%, 0%, 45%, 4%) |
| LAB | lab(91.4 -29.8 48.7) |
| LCH | lch(91.4 57.1 121.4) |
| OKLCH | oklch(0.916 0.144 125.2) |
Copy-ready code
/* CSS */
color: #cdf486;
background-color: #cdf486;
/* Tailwind (arbitrary) */
class="text-[#cdf486] bg-[#cdf486]"
/* SCSS */
$brand: #cdf486;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.525)
/* Android */
Color.parseColor("#cdf486")Accessibility — WCAG contrast
Aa
#cdf486 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf486 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue52.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow45.1%
Key (black)4.3%
Color previews
#cdf486 text on a black background
contrast 16.88:1
Card sample
#cdf486 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf486;
Background color
Panel with #cdf486 background
background-color: #cdf486;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf486;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf486; background: linear-gradient(135deg, #cdf486, #86F488);