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