#afd157
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 209, 87
HSL
77°, 57%, 58%
CMYK
16, 0, 58, 18
Luminance
0.5540
Every format
| HEX | #afd157 |
| RGB | rgb(175, 209, 87) |
| HSL | hsl(77, 57%, 58%) |
| CMYK | cmyk(16%, 0%, 58%, 18%) |
| LAB | lab(79.3 -29.2 55.5) |
| LCH | lch(79.3 62.8 117.7) |
| OKLCH | oklch(0.811 0.154 122.9) |
Copy-ready code
/* CSS */
color: #afd157;
background-color: #afd157;
/* Tailwind (arbitrary) */
class="text-[#afd157] bg-[#afd157]"
/* SCSS */
$brand: #afd157;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.341)
/* Android */
Color.parseColor("#afd157")Accessibility — WCAG contrast
Aa
#afd157 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd157 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue34.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow58.4%
Key (black)18.0%
Color previews
#afd157 text on a black background
contrast 12.08:1
Card sample
#afd157 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd157;
Background color
Panel with #afd157 background
background-color: #afd157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd157; background: linear-gradient(135deg, #afd157, #5ED157);