#adf539
a balanced, electric green · cool · closest name: yellow
RGB
173, 245, 57
HSL
83°, 90%, 59%
CMYK
29, 0, 77, 4
Luminance
0.7448
Every format
| HEX | #adf539 |
| RGB | rgb(173, 245, 57) |
| HSL | hsl(83, 90%, 59%) |
| CMYK | cmyk(29%, 0%, 77%, 4%) |
| LAB | lab(89.2 -47.9 76.7) |
| LCH | lch(89.2 90.4 122.0) |
| OKLCH | oklch(0.890 0.218 129.0) |
Copy-ready code
/* CSS */
color: #adf539;
background-color: #adf539;
/* Tailwind (arbitrary) */
class="text-[#adf539] bg-[#adf539]"
/* SCSS */
$brand: #adf539;
/* SwiftUI */
Color(red: 0.678, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#adf539")Accessibility — WCAG contrast
Aa
#adf539 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf539 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.1%
Blue22.4%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#adf539 text on a black background
contrast 15.90:1
Card sample
#adf539 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf539;
Background color
Panel with #adf539 background
background-color: #adf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf539; background: linear-gradient(135deg, #adf539, #39F542);