#cdf983
a light, electric green · cool · closest name: khaki
RGB
205, 249, 131
HSL
82°, 91%, 75%
CMYK
18, 0, 47, 2
Luminance
0.8237
Every format
| HEX | #cdf983 |
| RGB | rgb(205, 249, 131) |
| HSL | hsl(82, 91%, 75%) |
| CMYK | cmyk(18%, 0%, 47%, 2%) |
| LAB | lab(92.7 -32.4 51.7) |
| LCH | lch(92.7 61.0 122.1) |
| OKLCH | oklch(0.926 0.153 126.1) |
Copy-ready code
/* CSS */
color: #cdf983;
background-color: #cdf983;
/* Tailwind (arbitrary) */
class="text-[#cdf983] bg-[#cdf983]"
/* SCSS */
$brand: #cdf983;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.514)
/* Android */
Color.parseColor("#cdf983")Accessibility — WCAG contrast
Aa
#cdf983 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf983 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue51.4%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow47.4%
Key (black)2.4%
Color previews
#cdf983 text on a black background
contrast 17.47:1
Card sample
#cdf983 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf983;
Background color
Panel with #cdf983 background
background-color: #cdf983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf983; background: linear-gradient(135deg, #cdf983, #83F988);