#afe136
a balanced, vivid green · cool · closest name: yellow
RGB
175, 225, 54
HSL
78°, 74%, 55%
CMYK
22, 0, 76, 12
Luminance
0.6323
Every format
| HEX | #afe136 |
| RGB | rgb(175, 225, 54) |
| HSL | hsl(78, 74%, 55%) |
| CMYK | cmyk(22%, 0%, 76%, 12%) |
| LAB | lab(83.6 -38.7 72.4) |
| LCH | lch(83.6 82.1 118.1) |
| OKLCH | oklch(0.845 0.195 125.1) |
Copy-ready code
/* CSS */
color: #afe136;
background-color: #afe136;
/* Tailwind (arbitrary) */
class="text-[#afe136] bg-[#afe136]"
/* SCSS */
$brand: #afe136;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.212)
/* Android */
Color.parseColor("#afe136")Accessibility — WCAG contrast
Aa
#afe136 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe136 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue21.2%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow76.0%
Key (black)11.8%
Color previews
#afe136 text on a black background
contrast 13.65:1
Card sample
#afe136 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe136;
Background color
Panel with #afe136 background
background-color: #afe136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe136; background: linear-gradient(135deg, #afe136, #3DE136);