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