#adf293
a light, electric green · cool · closest name: khaki
RGB
173, 242, 147
HSL
104°, 79%, 76%
CMYK
29, 0, 39, 5
Luminance
0.7450
Every format
| HEX | #adf293 |
| RGB | rgb(173, 242, 147) |
| HSL | hsl(104, 79%, 76%) |
| CMYK | cmyk(29%, 0%, 39%, 5%) |
| LAB | lab(89.2 -38.5 39.1) |
| LCH | lch(89.2 54.9 134.5) |
| OKLCH | oklch(0.893 0.143 137.5) |
Copy-ready code
/* CSS */
color: #adf293;
background-color: #adf293;
/* Tailwind (arbitrary) */
class="text-[#adf293] bg-[#adf293]"
/* SCSS */
$brand: #adf293;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#adf293")Accessibility — WCAG contrast
Aa
#adf293 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf293 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.9%
Blue57.6%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#adf293 text on a black background
contrast 15.90:1
Card sample
#adf293 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf293;
Background color
Panel with #adf293 background
background-color: #adf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf293; background: linear-gradient(135deg, #adf293, #93F2B8);