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