#cdf783
a light, electric green · cool · closest name: khaki
RGB
205, 247, 131
HSL
82°, 88%, 74%
CMYK
17, 0, 47, 3
Luminance
0.8114
Every format
| HEX | #cdf783 |
| RGB | rgb(205, 247, 131) |
| HSL | hsl(82, 88%, 74%) |
| CMYK | cmyk(17%, 0%, 47%, 3%) |
| LAB | lab(92.2 -31.5 51.1) |
| LCH | lch(92.2 60.0 121.7) |
| OKLCH | oklch(0.922 0.151 125.6) |
Copy-ready code
/* CSS */
color: #cdf783;
background-color: #cdf783;
/* Tailwind (arbitrary) */
class="text-[#cdf783] bg-[#cdf783]"
/* SCSS */
$brand: #cdf783;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.514)
/* Android */
Color.parseColor("#cdf783")Accessibility — WCAG contrast
Aa
#cdf783 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf783 on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue51.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow47.0%
Key (black)3.1%
Color previews
#cdf783 text on a black background
contrast 17.23:1
Card sample
#cdf783 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf783;
Background color
Panel with #cdf783 background
background-color: #cdf783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf783; background: linear-gradient(135deg, #cdf783, #83F786);