#af7f64
a balanced, soft orange · warm · closest name: tan
RGB
175, 127, 100
HSL
22°, 32%, 54%
CMYK
0, 27, 43, 31
Luminance
0.2521
Every format
| HEX | #af7f64 |
| RGB | rgb(175, 127, 100) |
| HSL | hsl(22, 32%, 54%) |
| CMYK | cmyk(0%, 27%, 43%, 31%) |
| LAB | lab(57.3 15.1 22.0) |
| LCH | lch(57.3 26.7 55.5) |
| OKLCH | oklch(0.637 0.071 50.4) |
Copy-ready code
/* CSS */
color: #af7f64;
background-color: #af7f64;
/* Tailwind (arbitrary) */
class="text-[#af7f64] bg-[#af7f64]"
/* SCSS */
$brand: #af7f64;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.392)
/* Android */
Color.parseColor("#af7f64")Accessibility — WCAG contrast
Aa
#af7f64 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f64 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow42.9%
Key (black)31.4%
Color previews
#af7f64 text on a black background
contrast 6.04:1
Card sample
#af7f64 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f64;
Background color
Panel with #af7f64 background
background-color: #af7f64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f64; background: linear-gradient(135deg, #af7f64, #ADAF64);