#af9683
a balanced, soft orange · warm · closest name: tan
RGB
175, 150, 131
HSL
26°, 22%, 60%
CMYK
0, 14, 25, 31
Luminance
0.3257
Every format
| HEX | #af9683 |
| RGB | rgb(175, 150, 131) |
| HSL | hsl(26, 22%, 60%) |
| CMYK | cmyk(0%, 14%, 25%, 31%) |
| LAB | lab(63.8 6.3 13.5) |
| LCH | lch(63.8 14.9 65.0) |
| OKLCH | oklch(0.690 0.040 59.3) |
Copy-ready code
/* CSS */
color: #af9683;
background-color: #af9683;
/* Tailwind (arbitrary) */
class="text-[#af9683] bg-[#af9683]"
/* SCSS */
$brand: #af9683;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.514)
/* Android */
Color.parseColor("#af9683")Accessibility — WCAG contrast
Aa
#af9683 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9683 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow25.1%
Key (black)31.4%
Color previews
#af9683 text on a black background
contrast 7.51:1
Card sample
#af9683 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9683;
Background color
Panel with #af9683 background
background-color: #af9683;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9683;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9683; background: linear-gradient(135deg, #af9683, #ABAF83);