#cdf883
a light, electric green · cool · closest name: khaki
RGB
205, 248, 131
HSL
82°, 89%, 74%
CMYK
17, 0, 47, 3
Luminance
0.8175
Every format
| HEX | #cdf883 |
| RGB | rgb(205, 248, 131) |
| HSL | hsl(82, 89%, 74%) |
| CMYK | cmyk(17%, 0%, 47%, 3%) |
| LAB | lab(92.5 -31.9 51.4) |
| LCH | lch(92.5 60.5 121.9) |
| OKLCH | oklch(0.924 0.152 125.8) |
Copy-ready code
/* CSS */
color: #cdf883;
background-color: #cdf883;
/* Tailwind (arbitrary) */
class="text-[#cdf883] bg-[#cdf883]"
/* SCSS */
$brand: #cdf883;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.514)
/* Android */
Color.parseColor("#cdf883")Accessibility — WCAG contrast
Aa
#cdf883 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf883 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue51.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow47.2%
Key (black)2.7%
Color previews
#cdf883 text on a black background
contrast 17.35:1
Card sample
#cdf883 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf883;
Background color
Panel with #cdf883 background
background-color: #cdf883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf883; background: linear-gradient(135deg, #cdf883, #83F887);