#ab7968
a balanced, soft orange · warm · closest name: tan
RGB
171, 121, 104
HSL
15°, 29%, 54%
CMYK
0, 29, 39, 33
Luminance
0.2333
Every format
| HEX | #ab7968 |
| RGB | rgb(171, 121, 104) |
| HSL | hsl(15, 29%, 54%) |
| CMYK | cmyk(0%, 29%, 39%, 33%) |
| LAB | lab(55.4 17.3 17.1) |
| LCH | lch(55.4 24.3 44.7) |
| OKLCH | oklch(0.622 0.068 39.6) |
Copy-ready code
/* CSS */
color: #ab7968;
background-color: #ab7968;
/* Tailwind (arbitrary) */
class="text-[#ab7968] bg-[#ab7968]"
/* SCSS */
$brand: #ab7968;
/* SwiftUI */
Color(red: 0.671, green: 0.475, blue: 0.408)
/* Android */
Color.parseColor("#ab7968")Accessibility — WCAG contrast
Aa
#ab7968 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7968 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green47.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow39.2%
Key (black)32.9%
Color previews
#ab7968 text on a black background
contrast 5.67:1
Card sample
#ab7968 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7968;
Background color
Panel with #ab7968 background
background-color: #ab7968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 121, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 121, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7968; background: linear-gradient(135deg, #ab7968, #ABA668);