#afe458
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 228, 88
HSL
83°, 72%, 62%
CMYK
23, 0, 61, 11
Luminance
0.6531
Every format
| HEX | #afe458 |
| RGB | rgb(175, 228, 88) |
| HSL | hsl(83, 72%, 62%) |
| CMYK | cmyk(23%, 0%, 61%, 11%) |
| LAB | lab(84.6 -37.9 61.1) |
| LCH | lch(84.6 71.9 121.8) |
| OKLCH | oklch(0.855 0.177 127.4) |
Copy-ready code
/* CSS */
color: #afe458;
background-color: #afe458;
/* Tailwind (arbitrary) */
class="text-[#afe458] bg-[#afe458]"
/* SCSS */
$brand: #afe458;
/* SwiftUI */
Color(red: 0.686, green: 0.894, blue: 0.345)
/* Android */
Color.parseColor("#afe458")Accessibility — WCAG contrast
Aa
#afe458 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe458 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.4%
Blue34.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow61.4%
Key (black)10.6%
Color previews
#afe458 text on a black background
contrast 14.06:1
Card sample
#afe458 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe458;
Background color
Panel with #afe458 background
background-color: #afe458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 228, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 228, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe458; background: linear-gradient(135deg, #afe458, #58E45E);