#af925f
a balanced, soft orange · warm · closest name: tan
RGB
175, 146, 95
HSL
38°, 33%, 53%
CMYK
0, 17, 46, 31
Luminance
0.3050
Every format
| HEX | #af925f |
| RGB | rgb(175, 146, 95) |
| HSL | hsl(38, 33%, 53%) |
| CMYK | cmyk(0%, 17%, 46%, 31%) |
| LAB | lab(62.1 4.0 31.0) |
| LCH | lch(62.1 31.3 82.7) |
| OKLCH | oklch(0.675 0.077 81.0) |
Copy-ready code
/* CSS */
color: #af925f;
background-color: #af925f;
/* Tailwind (arbitrary) */
class="text-[#af925f] bg-[#af925f]"
/* SCSS */
$brand: #af925f;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.373)
/* Android */
Color.parseColor("#af925f")Accessibility — WCAG contrast
Aa
#af925f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af925f on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow45.7%
Key (black)31.4%
Color previews
#af925f text on a black background
contrast 7.10:1
Card sample
#af925f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af925f;
Background color
Panel with #af925f background
background-color: #af925f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af925f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af925f; background: linear-gradient(135deg, #af925f, #97AF5F);