#cdf686
a light, electric green · cool · closest name: khaki
RGB
205, 246, 134
HSL
82°, 86%, 75%
CMYK
17, 0, 46, 4
Luminance
0.8061
Every format
| HEX | #cdf686 |
| RGB | rgb(205, 246, 134) |
| HSL | hsl(82, 86%, 75%) |
| CMYK | cmyk(17%, 0%, 46%, 4%) |
| LAB | lab(92.0 -30.7 49.4) |
| LCH | lch(92.0 58.1 121.9) |
| OKLCH | oklch(0.920 0.146 125.7) |
Copy-ready code
/* CSS */
color: #cdf686;
background-color: #cdf686;
/* Tailwind (arbitrary) */
class="text-[#cdf686] bg-[#cdf686]"
/* SCSS */
$brand: #cdf686;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.525)
/* Android */
Color.parseColor("#cdf686")Accessibility — WCAG contrast
Aa
#cdf686 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf686 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue52.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow45.5%
Key (black)3.5%
Color previews
#cdf686 text on a black background
contrast 17.12:1
Card sample
#cdf686 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf686;
Background color
Panel with #cdf686 background
background-color: #cdf686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf686; background: linear-gradient(135deg, #cdf686, #86F68A);