#afec57
a balanced, electric green · cool · closest name: olivedrab
RGB
175, 236, 87
HSL
85°, 80%, 63%
CMYK
26, 0, 63, 8
Luminance
0.6979
Every format
| HEX | #afec57 |
| RGB | rgb(175, 236, 87) |
| HSL | hsl(85, 80%, 63%) |
| CMYK | cmyk(26%, 0%, 63%, 8%) |
| LAB | lab(86.9 -41.5 63.9) |
| LCH | lch(86.9 76.2 123.0) |
| OKLCH | oklch(0.873 0.188 128.7) |
Copy-ready code
/* CSS */
color: #afec57;
background-color: #afec57;
/* Tailwind (arbitrary) */
class="text-[#afec57] bg-[#afec57]"
/* SCSS */
$brand: #afec57;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.341)
/* Android */
Color.parseColor("#afec57")Accessibility — WCAG contrast
Aa
#afec57 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec57 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue34.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow63.1%
Key (black)7.5%
Color previews
#afec57 text on a black background
contrast 14.96:1
Card sample
#afec57 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec57;
Background color
Panel with #afec57 background
background-color: #afec57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec57; background: linear-gradient(135deg, #afec57, #57EC62);