#cdf092
a light, electric green · cool · closest name: khaki
RGB
205, 240, 146
HSL
82°, 76%, 76%
CMYK
15, 0, 39, 6
Luminance
0.7737
Every format
| HEX | #cdf092 |
| RGB | rgb(205, 240, 146) |
| HSL | hsl(82, 76%, 76%) |
| CMYK | cmyk(15%, 0%, 39%, 6%) |
| LAB | lab(90.5 -26.5 41.7) |
| LCH | lch(90.5 49.4 122.4) |
| OKLCH | oklch(0.909 0.126 125.5) |
Copy-ready code
/* CSS */
color: #cdf092;
background-color: #cdf092;
/* Tailwind (arbitrary) */
class="text-[#cdf092] bg-[#cdf092]"
/* SCSS */
$brand: #cdf092;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#cdf092")Accessibility — WCAG contrast
Aa
#cdf092 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf092 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue57.3%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#cdf092 text on a black background
contrast 16.47:1
Card sample
#cdf092 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf092;
Background color
Panel with #cdf092 background
background-color: #cdf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf092; background: linear-gradient(135deg, #cdf092, #92F096);