#afb331
a dark, vivid yellow · cool · closest name: olive
RGB
175, 179, 49
HSL
62°, 57%, 45%
CMYK
2, 0, 73, 30
Luminance
0.4158
Every format
| HEX | #afb331 |
| RGB | rgb(175, 179, 49) |
| HSL | hsl(62, 57%, 45%) |
| CMYK | cmyk(2%, 0%, 73%, 30%) |
| LAB | lab(70.6 -17.0 61.8) |
| LCH | lch(70.6 64.1 105.4) |
| OKLCH | oklch(0.741 0.146 111.3) |
Copy-ready code
/* CSS */
color: #afb331;
background-color: #afb331;
/* Tailwind (arbitrary) */
class="text-[#afb331] bg-[#afb331]"
/* SCSS */
$brand: #afb331;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#afb331")Accessibility — WCAG contrast
Aa
#afb331 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb331 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue19.2%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#afb331 text on a black background
contrast 9.32:1
Card sample
#afb331 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb331;
Background color
Panel with #afb331 background
background-color: #afb331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb331; background: linear-gradient(135deg, #afb331, #58B331);