#cdf193
a light, electric green · cool · closest name: khaki
RGB
205, 241, 147
HSL
83°, 77%, 76%
CMYK
15, 0, 39, 6
Luminance
0.7800
Every format
| HEX | #cdf193 |
| RGB | rgb(205, 241, 147) |
| HSL | hsl(83, 77%, 76%) |
| CMYK | cmyk(15%, 0%, 39%, 6%) |
| LAB | lab(90.8 -26.9 41.6) |
| LCH | lch(90.8 49.5 122.9) |
| OKLCH | oklch(0.911 0.126 125.9) |
Copy-ready code
/* CSS */
color: #cdf193;
background-color: #cdf193;
/* Tailwind (arbitrary) */
class="text-[#cdf193] bg-[#cdf193]"
/* SCSS */
$brand: #cdf193;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.576)
/* Android */
Color.parseColor("#cdf193")Accessibility — WCAG contrast
Aa
#cdf193 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf193 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue57.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow39.0%
Key (black)5.5%
Color previews
#cdf193 text on a black background
contrast 16.60:1
Card sample
#cdf193 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf193;
Background color
Panel with #cdf193 background
background-color: #cdf193;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf193;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf193; background: linear-gradient(135deg, #cdf193, #93F198);