#af9b32
a dark, vivid yellow · cool · closest name: olive
RGB
175, 155, 50
HSL
50°, 56%, 44%
CMYK
0, 11, 71, 31
Luminance
0.3279
Every format
| HEX | #af9b32 |
| RGB | rgb(175, 155, 50) |
| HSL | hsl(50, 56%, 44%) |
| CMYK | cmyk(0%, 11%, 71%, 31%) |
| LAB | lab(64.0 -4.4 55.0) |
| LCH | lch(64.0 55.1 94.6) |
| OKLCH | oklch(0.688 0.124 98.2) |
Copy-ready code
/* CSS */
color: #af9b32;
background-color: #af9b32;
/* Tailwind (arbitrary) */
class="text-[#af9b32] bg-[#af9b32]"
/* SCSS */
$brand: #af9b32;
/* SwiftUI */
Color(red: 0.686, green: 0.608, blue: 0.196)
/* Android */
Color.parseColor("#af9b32")Accessibility — WCAG contrast
Aa
#af9b32 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9b32 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.8%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow71.4%
Key (black)31.4%
Color previews
#af9b32 text on a black background
contrast 7.56:1
Card sample
#af9b32 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9b32;
Background color
Panel with #af9b32 background
background-color: #af9b32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9b32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 155, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 155, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9b32; background: linear-gradient(135deg, #af9b32, #70AF32);