#adf261
a light, electric green · cool · closest name: khaki
RGB
173, 242, 97
HSL
89°, 85%, 67%
CMYK
29, 0, 60, 5
Luminance
0.7325
Every format
| HEX | #adf261 |
| RGB | rgb(173, 242, 97) |
| HSL | hsl(89, 85%, 67%) |
| CMYK | cmyk(29%, 0%, 60%, 5%) |
| LAB | lab(88.6 -44.0 61.6) |
| LCH | lch(88.6 75.7 125.6) |
| OKLCH | oklch(0.886 0.189 130.9) |
Copy-ready code
/* CSS */
color: #adf261;
background-color: #adf261;
/* Tailwind (arbitrary) */
class="text-[#adf261] bg-[#adf261]"
/* SCSS */
$brand: #adf261;
/* SwiftUI */
Color(red: 0.678, green: 0.949, blue: 0.380)
/* Android */
Color.parseColor("#adf261")Accessibility — WCAG contrast
Aa
#adf261 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf261 on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.9%
Blue38.0%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow59.9%
Key (black)5.1%
Color previews
#adf261 text on a black background
contrast 15.65:1
Card sample
#adf261 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf261;
Background color
Panel with #adf261 background
background-color: #adf261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 242, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 242, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf261; background: linear-gradient(135deg, #adf261, #61F276);