#afb32d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 179, 45
HSL
62°, 60%, 44%
CMYK
2, 0, 75, 30
Luminance
0.4154
Every format
| HEX | #afb32d |
| RGB | rgb(175, 179, 45) |
| HSL | hsl(62, 60%, 44%) |
| CMYK | cmyk(2%, 0%, 75%, 30%) |
| LAB | lab(70.6 -17.2 63.1) |
| LCH | lch(70.6 65.4 105.2) |
| OKLCH | oklch(0.740 0.149 111.3) |
Copy-ready code
/* CSS */
color: #afb32d;
background-color: #afb32d;
/* Tailwind (arbitrary) */
class="text-[#afb32d] bg-[#afb32d]"
/* SCSS */
$brand: #afb32d;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.176)
/* Android */
Color.parseColor("#afb32d")Accessibility — WCAG contrast
Aa
#afb32d on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb32d on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue17.6%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow74.9%
Key (black)29.8%
Color previews
#afb32d text on a black background
contrast 9.31:1
Card sample
#afb32d text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb32d;
Background color
Panel with #afb32d background
background-color: #afb32d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb32d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb32d; background: linear-gradient(135deg, #afb32d, #56B32D);