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