#afdf57
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 223, 87
HSL
81°, 68%, 61%
CMYK
22, 0, 61, 13
Luminance
0.6258
Every format
| HEX | #afdf57 |
| RGB | rgb(175, 223, 87) |
| HSL | hsl(81, 68%, 61%) |
| CMYK | cmyk(22%, 0%, 61%, 13%) |
| LAB | lab(83.2 -35.7 59.9) |
| LCH | lch(83.2 69.8 120.8) |
| OKLCH | oklch(0.843 0.172 126.3) |
Copy-ready code
/* CSS */
color: #afdf57;
background-color: #afdf57;
/* Tailwind (arbitrary) */
class="text-[#afdf57] bg-[#afdf57]"
/* SCSS */
$brand: #afdf57;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.341)
/* Android */
Color.parseColor("#afdf57")Accessibility — WCAG contrast
Aa
#afdf57 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf57 on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue34.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow61.0%
Key (black)12.5%
Color previews
#afdf57 text on a black background
contrast 13.52:1
Card sample
#afdf57 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf57;
Background color
Panel with #afdf57 background
background-color: #afdf57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf57; background: linear-gradient(135deg, #afdf57, #57DF5A);