#af933f
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 147, 63
HSL
45°, 47%, 47%
CMYK
0, 16, 64, 31
Luminance
0.3034
Every format
| HEX | #af933f |
| RGB | rgb(175, 147, 63) |
| HSL | hsl(45, 47%, 47%) |
| CMYK | cmyk(0%, 16%, 64%, 31%) |
| LAB | lab(62.0 0.7 47.2) |
| LCH | lch(62.0 47.2 89.2) |
| OKLCH | oklch(0.672 0.108 90.7) |
Copy-ready code
/* CSS */
color: #af933f;
background-color: #af933f;
/* Tailwind (arbitrary) */
class="text-[#af933f] bg-[#af933f]"
/* SCSS */
$brand: #af933f;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.247)
/* Android */
Color.parseColor("#af933f")Accessibility — WCAG contrast
Aa
#af933f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af933f on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow64.0%
Key (black)31.4%
Color previews
#af933f text on a black background
contrast 7.07:1
Card sample
#af933f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af933f;
Background color
Panel with #af933f background
background-color: #af933f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af933f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af933f; background: linear-gradient(135deg, #af933f, #80AF3F);