#cdf286
a light, electric green · cool · closest name: khaki
RGB
205, 242, 134
HSL
81°, 81%, 74%
CMYK
15, 0, 45, 5
Luminance
0.7820
Every format
| HEX | #cdf286 |
| RGB | rgb(205, 242, 134) |
| HSL | hsl(81, 81%, 74%) |
| CMYK | cmyk(15%, 0%, 45%, 5%) |
| LAB | lab(90.9 -28.8 48.0) |
| LCH | lch(90.9 56.0 121.0) |
| OKLCH | oklch(0.911 0.141 124.6) |
Copy-ready code
/* CSS */
color: #cdf286;
background-color: #cdf286;
/* Tailwind (arbitrary) */
class="text-[#cdf286] bg-[#cdf286]"
/* SCSS */
$brand: #cdf286;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.525)
/* Android */
Color.parseColor("#cdf286")Accessibility — WCAG contrast
Aa
#cdf286 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf286 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue52.5%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow44.6%
Key (black)5.1%
Color previews
#cdf286 text on a black background
contrast 16.64:1
Card sample
#cdf286 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf286;
Background color
Panel with #cdf286 background
background-color: #cdf286;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf286;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf286; background: linear-gradient(135deg, #cdf286, #86F287);