#af983f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 152, 63
HSL
48°, 47%, 47%
CMYK
0, 13, 64, 31
Luminance
0.3193
Every format
| HEX | #af983f |
| RGB | rgb(175, 152, 63) |
| HSL | hsl(48, 47%, 47%) |
| CMYK | cmyk(0%, 13%, 64%, 31%) |
| LAB | lab(63.3 -2.0 48.6) |
| LCH | lch(63.3 48.7 92.4) |
| OKLCH | oklch(0.683 0.112 94.7) |
Copy-ready code
/* CSS */
color: #af983f;
background-color: #af983f;
/* Tailwind (arbitrary) */
class="text-[#af983f] bg-[#af983f]"
/* SCSS */
$brand: #af983f;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.247)
/* Android */
Color.parseColor("#af983f")Accessibility — WCAG contrast
Aa
#af983f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af983f on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow64.0%
Key (black)31.4%
Color previews
#af983f text on a black background
contrast 7.39:1
Card sample
#af983f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af983f;
Background color
Panel with #af983f background
background-color: #af983f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af983f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af983f; background: linear-gradient(135deg, #af983f, #7BAF3F);