#cdf873
a light, electric green · cool · closest name: khaki
RGB
205, 248, 115
HSL
79°, 91%, 71%
CMYK
17, 0, 54, 3
Luminance
0.8135
Every format
| HEX | #cdf873 |
| RGB | rgb(205, 248, 115) |
| HSL | hsl(79, 91%, 71%) |
| CMYK | cmyk(17%, 0%, 54%, 3%) |
| LAB | lab(92.3 -33.5 58.5) |
| LCH | lch(92.3 67.4 119.8) |
| OKLCH | oklch(0.922 0.167 124.5) |
Copy-ready code
/* CSS */
color: #cdf873;
background-color: #cdf873;
/* Tailwind (arbitrary) */
class="text-[#cdf873] bg-[#cdf873]"
/* SCSS */
$brand: #cdf873;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.451)
/* Android */
Color.parseColor("#cdf873")Accessibility — WCAG contrast
Aa
#cdf873 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf873 on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue45.1%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow53.6%
Key (black)2.7%
Color previews
#cdf873 text on a black background
contrast 17.27:1
Card sample
#cdf873 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf873;
Background color
Panel with #cdf873 background
background-color: #cdf873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf873; background: linear-gradient(135deg, #cdf873, #74F873);