#af8872
a balanced, soft orange · warm · closest name: tan
RGB
175, 136, 114
HSL
22°, 28%, 57%
CMYK
0, 22, 35, 31
Luminance
0.2794
Every format
| HEX | #af8872 |
| RGB | rgb(175, 136, 114) |
| HSL | hsl(22, 28%, 57%) |
| CMYK | cmyk(0%, 22%, 35%, 31%) |
| LAB | lab(59.8 11.7 17.5) |
| LCH | lch(59.8 21.1 56.2) |
| OKLCH | oklch(0.658 0.057 50.8) |
Copy-ready code
/* CSS */
color: #af8872;
background-color: #af8872;
/* Tailwind (arbitrary) */
class="text-[#af8872] bg-[#af8872]"
/* SCSS */
$brand: #af8872;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 0.447)
/* Android */
Color.parseColor("#af8872")Accessibility — WCAG contrast
Aa
#af8872 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8872 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow34.9%
Key (black)31.4%
Color previews
#af8872 text on a black background
contrast 6.59:1
Card sample
#af8872 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8872;
Background color
Panel with #af8872 background
background-color: #af8872;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8872;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8872; background: linear-gradient(135deg, #af8872, #ADAF72);