#cdf393
a light, electric green · cool · closest name: khaki
RGB
205, 243, 147
HSL
84°, 80%, 77%
CMYK
16, 0, 40, 5
Luminance
0.7919
Every format
| HEX | #cdf393 |
| RGB | rgb(205, 243, 147) |
| HSL | hsl(84, 80%, 77%) |
| CMYK | cmyk(16%, 0%, 40%, 5%) |
| LAB | lab(91.3 -27.8 42.3) |
| LCH | lch(91.3 50.6 123.3) |
| OKLCH | oklch(0.915 0.129 126.4) |
Copy-ready code
/* CSS */
color: #cdf393;
background-color: #cdf393;
/* Tailwind (arbitrary) */
class="text-[#cdf393] bg-[#cdf393]"
/* SCSS */
$brand: #cdf393;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.576)
/* Android */
Color.parseColor("#cdf393")Accessibility — WCAG contrast
Aa
#cdf393 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf393 on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue57.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow39.5%
Key (black)4.7%
Color previews
#cdf393 text on a black background
contrast 16.84:1
Card sample
#cdf393 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf393;
Background color
Panel with #cdf393 background
background-color: #cdf393;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf393;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf393; background: linear-gradient(135deg, #cdf393, #93F399);