#cdf791
a light, electric green · cool · closest name: khaki
RGB
205, 247, 145
HSL
85°, 86%, 77%
CMYK
17, 0, 41, 3
Luminance
0.8154
Every format
| HEX | #cdf791 |
| RGB | rgb(205, 247, 145) |
| HSL | hsl(85, 86%, 77%) |
| CMYK | cmyk(17%, 0%, 41%, 3%) |
| LAB | lab(92.4 -29.9 44.6) |
| LCH | lch(92.4 53.7 123.9) |
| OKLCH | oklch(0.924 0.137 127.2) |
Copy-ready code
/* CSS */
color: #cdf791;
background-color: #cdf791;
/* Tailwind (arbitrary) */
class="text-[#cdf791] bg-[#cdf791]"
/* SCSS */
$brand: #cdf791;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.569)
/* Android */
Color.parseColor("#cdf791")Accessibility — WCAG contrast
Aa
#cdf791 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf791 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue56.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow41.3%
Key (black)3.1%
Color previews
#cdf791 text on a black background
contrast 17.31:1
Card sample
#cdf791 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf791;
Background color
Panel with #cdf791 background
background-color: #cdf791;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf791;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf791; background: linear-gradient(135deg, #cdf791, #91F799);