#af7b65
a balanced, soft orange · warm · closest name: tan
RGB
175, 123, 101
HSL
18°, 32%, 54%
CMYK
0, 30, 42, 31
Luminance
0.2422
Every format
| HEX | #af7b65 |
| RGB | rgb(175, 123, 101) |
| HSL | hsl(18, 32%, 54%) |
| CMYK | cmyk(0%, 30%, 42%, 31%) |
| LAB | lab(56.3 17.5 20.1) |
| LCH | lch(56.3 26.6 49.0) |
| OKLCH | oklch(0.630 0.073 43.8) |
Copy-ready code
/* CSS */
color: #af7b65;
background-color: #af7b65;
/* Tailwind (arbitrary) */
class="text-[#af7b65] bg-[#af7b65]"
/* SCSS */
$brand: #af7b65;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.396)
/* Android */
Color.parseColor("#af7b65")Accessibility — WCAG contrast
Aa
#af7b65 on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7b65 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow42.3%
Key (black)31.4%
Color previews
#af7b65 text on a black background
contrast 5.84:1
Card sample
#af7b65 text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7b65;
Background color
Panel with #af7b65 background
background-color: #af7b65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7b65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7b65; background: linear-gradient(135deg, #af7b65, #AFAC65);