#af983b
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 152, 59
HSL
48°, 50%, 46%
CMYK
0, 13, 66, 31
Luminance
0.3189
Every format
| HEX | #af983b |
| RGB | rgb(175, 152, 59) |
| HSL | hsl(48, 50%, 46%) |
| CMYK | cmyk(0%, 13%, 66%, 31%) |
| LAB | lab(63.3 -2.3 50.4) |
| LCH | lch(63.3 50.5 92.6) |
| OKLCH | oklch(0.682 0.115 95.2) |
Copy-ready code
/* CSS */
color: #af983b;
background-color: #af983b;
/* Tailwind (arbitrary) */
class="text-[#af983b] bg-[#af983b]"
/* SCSS */
$brand: #af983b;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.231)
/* Android */
Color.parseColor("#af983b")Accessibility — WCAG contrast
Aa
#af983b on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af983b on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow66.3%
Key (black)31.4%
Color previews
#af983b text on a black background
contrast 7.38:1
Card sample
#af983b text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af983b;
Background color
Panel with #af983b background
background-color: #af983b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af983b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af983b; background: linear-gradient(135deg, #af983b, #79AF3B);