#cdf593
a light, electric green · cool · closest name: khaki
RGB
205, 245, 147
HSL
85°, 83%, 77%
CMYK
16, 0, 40, 4
Luminance
0.8039
Every format
| HEX | #cdf593 |
| RGB | rgb(205, 245, 147) |
| HSL | hsl(85, 83%, 77%) |
| CMYK | cmyk(16%, 0%, 40%, 4%) |
| LAB | lab(91.9 -28.7 43.0) |
| LCH | lch(91.9 51.7 123.8) |
| OKLCH | oklch(0.920 0.132 126.9) |
Copy-ready code
/* CSS */
color: #cdf593;
background-color: #cdf593;
/* Tailwind (arbitrary) */
class="text-[#cdf593] bg-[#cdf593]"
/* SCSS */
$brand: #cdf593;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.576)
/* Android */
Color.parseColor("#cdf593")Accessibility — WCAG contrast
Aa
#cdf593 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf593 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue57.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow40.0%
Key (black)3.9%
Color previews
#cdf593 text on a black background
contrast 17.08:1
Card sample
#cdf593 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf593;
Background color
Panel with #cdf593 background
background-color: #cdf593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf593; background: linear-gradient(135deg, #cdf593, #93F59A);