#cdf183
a light, electric green · cool · closest name: khaki
RGB
205, 241, 131
HSL
80°, 80%, 73%
CMYK
15, 0, 46, 6
Luminance
0.7753
Every format
| HEX | #cdf183 |
| RGB | rgb(205, 241, 131) |
| HSL | hsl(80, 80%, 73%) |
| CMYK | cmyk(15%, 0%, 46%, 6%) |
| LAB | lab(90.6 -28.7 49.1) |
| LCH | lch(90.6 56.8 120.3) |
| OKLCH | oklch(0.909 0.143 124.1) |
Copy-ready code
/* CSS */
color: #cdf183;
background-color: #cdf183;
/* Tailwind (arbitrary) */
class="text-[#cdf183] bg-[#cdf183]"
/* SCSS */
$brand: #cdf183;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.514)
/* Android */
Color.parseColor("#cdf183")Accessibility — WCAG contrast
Aa
#cdf183 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf183 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue51.4%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow45.6%
Key (black)5.5%
Color previews
#cdf183 text on a black background
contrast 16.51:1
Card sample
#cdf183 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf183;
Background color
Panel with #cdf183 background
background-color: #cdf183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf183; background: linear-gradient(135deg, #cdf183, #84F183);