#af991b
a dark, vivid yellow · cool · closest name: olive
RGB
175, 153, 27
HSL
51°, 73%, 40%
CMYK
0, 13, 85, 31
Luminance
0.3198
Every format
| HEX | #af991b |
| RGB | rgb(175, 153, 27) |
| HSL | hsl(51, 73%, 40%) |
| CMYK | cmyk(0%, 13%, 85%, 31%) |
| LAB | lab(63.3 -4.3 62.1) |
| LCH | lch(63.3 62.2 93.9) |
| OKLCH | oklch(0.682 0.134 98.3) |
Copy-ready code
/* CSS */
color: #af991b;
background-color: #af991b;
/* Tailwind (arbitrary) */
class="text-[#af991b] bg-[#af991b]"
/* SCSS */
$brand: #af991b;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.106)
/* Android */
Color.parseColor("#af991b")Accessibility — WCAG contrast
Aa
#af991b on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af991b on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow84.6%
Key (black)31.4%
Color previews
#af991b text on a black background
contrast 7.40:1
Card sample
#af991b text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af991b;
Background color
Panel with #af991b background
background-color: #af991b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af991b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af991b; background: linear-gradient(135deg, #af991b, #62AF1B);