#afab31
a dark, vivid yellow · cool · closest name: olive
RGB
175, 171, 49
HSL
58°, 56%, 44%
CMYK
0, 2, 72, 31
Luminance
0.3846
Every format
| HEX | #afab31 |
| RGB | rgb(175, 171, 49) |
| HSL | hsl(58, 56%, 44%) |
| CMYK | cmyk(0%, 2%, 72%, 31%) |
| LAB | lab(68.4 -12.9 59.6) |
| LCH | lch(68.4 61.0 102.2) |
| OKLCH | oklch(0.723 0.138 107.5) |
Copy-ready code
/* CSS */
color: #afab31;
background-color: #afab31;
/* Tailwind (arbitrary) */
class="text-[#afab31] bg-[#afab31]"
/* SCSS */
$brand: #afab31;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.192)
/* Android */
Color.parseColor("#afab31")Accessibility — WCAG contrast
Aa
#afab31 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afab31 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow72.0%
Key (black)31.4%
Color previews
#afab31 text on a black background
contrast 8.69:1
Card sample
#afab31 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afab31;
Background color
Panel with #afab31 background
background-color: #afab31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afab31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afab31; background: linear-gradient(135deg, #afab31, #5FAF31);