#af925d
a balanced, soft orange · warm · closest name: tan
RGB
175, 146, 93
HSL
39°, 34%, 53%
CMYK
0, 17, 47, 31
Luminance
0.3046
Every format
| HEX | #af925d |
| RGB | rgb(175, 146, 93) |
| HSL | hsl(39, 34%, 53%) |
| CMYK | cmyk(0%, 17%, 47%, 31%) |
| LAB | lab(62.0 3.8 32.1) |
| LCH | lch(62.0 32.3 83.3) |
| OKLCH | oklch(0.674 0.079 81.8) |
Copy-ready code
/* CSS */
color: #af925d;
background-color: #af925d;
/* Tailwind (arbitrary) */
class="text-[#af925d] bg-[#af925d]"
/* SCSS */
$brand: #af925d;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.365)
/* Android */
Color.parseColor("#af925d")Accessibility — WCAG contrast
Aa
#af925d on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af925d on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow46.9%
Key (black)31.4%
Color previews
#af925d text on a black background
contrast 7.09:1
Card sample
#af925d text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af925d;
Background color
Panel with #af925d background
background-color: #af925d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af925d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af925d; background: linear-gradient(135deg, #af925d, #95AF5D);