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