#afe554
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 229, 84
HSL
82°, 74%, 61%
CMYK
24, 0, 63, 10
Luminance
0.6579
Every format
| HEX | #afe554 |
| RGB | rgb(175, 229, 84) |
| HSL | hsl(82, 74%, 61%) |
| CMYK | cmyk(24%, 0%, 63%, 10%) |
| LAB | lab(84.9 -38.6 63.0) |
| LCH | lch(84.9 73.9 121.5) |
| OKLCH | oklch(0.857 0.181 127.3) |
Copy-ready code
/* CSS */
color: #afe554;
background-color: #afe554;
/* Tailwind (arbitrary) */
class="text-[#afe554] bg-[#afe554]"
/* SCSS */
$brand: #afe554;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.329)
/* Android */
Color.parseColor("#afe554")Accessibility — WCAG contrast
Aa
#afe554 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe554 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue32.9%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow63.3%
Key (black)10.2%
Color previews
#afe554 text on a black background
contrast 14.16:1
Card sample
#afe554 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe554;
Background color
Panel with #afe554 background
background-color: #afe554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe554; background: linear-gradient(135deg, #afe554, #54E55A);