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