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