#af7f6b
a balanced, soft orange · warm · closest name: tan
RGB
175, 127, 107
HSL
18°, 30%, 55%
CMYK
0, 27, 39, 31
Luminance
0.2535
Every format
| HEX | #af7f6b |
| RGB | rgb(175, 127, 107) |
| HSL | hsl(18, 30%, 55%) |
| CMYK | cmyk(0%, 27%, 39%, 31%) |
| LAB | lab(57.4 15.9 18.2) |
| LCH | lch(57.4 24.2 48.8) |
| OKLCH | oklch(0.639 0.067 43.6) |
Copy-ready code
/* CSS */
color: #af7f6b;
background-color: #af7f6b;
/* Tailwind (arbitrary) */
class="text-[#af7f6b] bg-[#af7f6b]"
/* SCSS */
$brand: #af7f6b;
/* SwiftUI */
Color(red: 0.686, green: 0.498, blue: 0.420)
/* Android */
Color.parseColor("#af7f6b")Accessibility — WCAG contrast
Aa
#af7f6b on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7f6b on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.8%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow38.9%
Key (black)31.4%
Color previews
#af7f6b text on a black background
contrast 6.07:1
Card sample
#af7f6b text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7f6b;
Background color
Panel with #af7f6b background
background-color: #af7f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 127, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 127, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7f6b; background: linear-gradient(135deg, #af7f6b, #AFAC6B);