#ab8968
a balanced, soft orange · warm · closest name: tan
RGB
171, 137, 104
HSL
30°, 29%, 54%
CMYK
0, 20, 39, 33
Luminance
0.2755
Every format
| HEX | #ab8968 |
| RGB | rgb(171, 137, 104) |
| HSL | hsl(30, 29%, 54%) |
| CMYK | cmyk(0%, 20%, 39%, 33%) |
| LAB | lab(59.5 8.3 22.6) |
| LCH | lch(59.5 24.1 69.9) |
| OKLCH | oklch(0.654 0.062 65.5) |
Copy-ready code
/* CSS */
color: #ab8968;
background-color: #ab8968;
/* Tailwind (arbitrary) */
class="text-[#ab8968] bg-[#ab8968]"
/* SCSS */
$brand: #ab8968;
/* SwiftUI */
Color(red: 0.671, green: 0.537, blue: 0.408)
/* Android */
Color.parseColor("#ab8968")Accessibility — WCAG contrast
Aa
#ab8968 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab8968 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green53.7%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow39.2%
Key (black)32.9%
Color previews
#ab8968 text on a black background
contrast 6.51:1
Card sample
#ab8968 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8968;
Background color
Panel with #ab8968 background
background-color: #ab8968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 137, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 137, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8968; background: linear-gradient(135deg, #ab8968, #A0AB68);