#af9687
a balanced, soft orange · warm · closest name: gray
RGB
175, 150, 135
HSL
23°, 20%, 61%
CMYK
0, 14, 23, 31
Luminance
0.3268
Every format
| HEX | #af9687 |
| RGB | rgb(175, 150, 135) |
| HSL | hsl(23, 20%, 61%) |
| CMYK | cmyk(0%, 14%, 23%, 31%) |
| LAB | lab(63.9 6.9 11.3) |
| LCH | lch(63.9 13.3 58.7) |
| OKLCH | oklch(0.691 0.037 52.8) |
Copy-ready code
/* CSS */
color: #af9687;
background-color: #af9687;
/* Tailwind (arbitrary) */
class="text-[#af9687] bg-[#af9687]"
/* SCSS */
$brand: #af9687;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.529)
/* Android */
Color.parseColor("#af9687")Accessibility — WCAG contrast
Aa
#af9687 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9687 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow22.9%
Key (black)31.4%
Color previews
#af9687 text on a black background
contrast 7.54:1
Card sample
#af9687 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9687;
Background color
Panel with #af9687 background
background-color: #af9687;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9687;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9687; background: linear-gradient(135deg, #af9687, #ADAF87);