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