#afab35
a dark, vivid yellow · cool · closest name: olive
RGB
175, 171, 53
HSL
58°, 54%, 45%
CMYK
0, 2, 70, 31
Luminance
0.3850
Every format
| HEX | #afab35 |
| RGB | rgb(175, 171, 53) |
| HSL | hsl(58, 54%, 45%) |
| CMYK | cmyk(0%, 2%, 70%, 31%) |
| LAB | lab(68.4 -12.7 58.2) |
| LCH | lch(68.4 59.5 102.3) |
| OKLCH | oklch(0.723 0.136 107.4) |
Copy-ready code
/* CSS */
color: #afab35;
background-color: #afab35;
/* Tailwind (arbitrary) */
class="text-[#afab35] bg-[#afab35]"
/* SCSS */
$brand: #afab35;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.208)
/* Android */
Color.parseColor("#afab35")Accessibility — WCAG contrast
Aa
#afab35 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab35 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow69.7%
Key (black)31.4%
Color previews
#afab35 text on a black background
contrast 8.70:1
Card sample
#afab35 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab35;
Background color
Panel with #afab35 background
background-color: #afab35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab35; background: linear-gradient(135deg, #afab35, #62AF35);