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