#cdf682
a light, electric green · cool · closest name: khaki
RGB
205, 246, 130
HSL
81°, 87%, 74%
CMYK
17, 0, 47, 4
Luminance
0.8050
Every format
| HEX | #cdf682 |
| RGB | rgb(205, 246, 130) |
| HSL | hsl(81, 87%, 74%) |
| CMYK | cmyk(17%, 0%, 47%, 4%) |
| LAB | lab(91.9 -31.1 51.2) |
| LCH | lch(91.9 59.9 121.3) |
| OKLCH | oklch(0.919 0.150 125.3) |
Copy-ready code
/* CSS */
color: #cdf682;
background-color: #cdf682;
/* Tailwind (arbitrary) */
class="text-[#cdf682] bg-[#cdf682]"
/* SCSS */
$brand: #cdf682;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.510)
/* Android */
Color.parseColor("#cdf682")Accessibility — WCAG contrast
Aa
#cdf682 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf682 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue51.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow47.2%
Key (black)3.5%
Color previews
#cdf682 text on a black background
contrast 17.10:1
Card sample
#cdf682 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf682;
Background color
Panel with #cdf682 background
background-color: #cdf682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf682; background: linear-gradient(135deg, #cdf682, #82F684);