#cdf586
a light, electric green · cool · closest name: khaki
RGB
205, 245, 134
HSL
82°, 85%, 74%
CMYK
16, 0, 45, 4
Luminance
0.8001
Every format
| HEX | #cdf586 |
| RGB | rgb(205, 245, 134) |
| HSL | hsl(82, 85%, 74%) |
| CMYK | cmyk(16%, 0%, 45%, 4%) |
| LAB | lab(91.7 -30.2 49.0) |
| LCH | lch(91.7 57.6 121.7) |
| OKLCH | oklch(0.918 0.145 125.4) |
Copy-ready code
/* CSS */
color: #cdf586;
background-color: #cdf586;
/* Tailwind (arbitrary) */
class="text-[#cdf586] bg-[#cdf586]"
/* SCSS */
$brand: #cdf586;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.525)
/* Android */
Color.parseColor("#cdf586")Accessibility — WCAG contrast
Aa
#cdf586 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf586 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue52.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow45.3%
Key (black)3.9%
Color previews
#cdf586 text on a black background
contrast 17.00:1
Card sample
#cdf586 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf586;
Background color
Panel with #cdf586 background
background-color: #cdf586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf586; background: linear-gradient(135deg, #cdf586, #86F589);