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