#afe352
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 227, 82
HSL
82°, 72%, 61%
CMYK
23, 0, 64, 11
Luminance
0.6466
Every format
| HEX | #afe352 |
| RGB | rgb(175, 227, 82) |
| HSL | hsl(82, 72%, 61%) |
| CMYK | cmyk(23%, 0%, 64%, 11%) |
| LAB | lab(84.3 -37.9 63.2) |
| LCH | lch(84.3 73.7 121.0) |
| OKLCH | oklch(0.852 0.180 126.8) |
Copy-ready code
/* CSS */
color: #afe352;
background-color: #afe352;
/* Tailwind (arbitrary) */
class="text-[#afe352] bg-[#afe352]"
/* SCSS */
$brand: #afe352;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.322)
/* Android */
Color.parseColor("#afe352")Accessibility — WCAG contrast
Aa
#afe352 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe352 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue32.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow63.9%
Key (black)11.0%
Color previews
#afe352 text on a black background
contrast 13.93:1
Card sample
#afe352 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe352;
Background color
Panel with #afe352 background
background-color: #afe352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe352; background: linear-gradient(135deg, #afe352, #52E356);