#ab9268
a balanced, soft orange · warm · closest name: tan
RGB
171, 146, 104
HSL
38°, 29%, 54%
CMYK
0, 15, 39, 33
Luminance
0.3022
Every format
| HEX | #ab9268 |
| RGB | rgb(171, 146, 104) |
| HSL | hsl(38, 29%, 54%) |
| CMYK | cmyk(0%, 15%, 39%, 33%) |
| LAB | lab(61.8 3.3 25.7) |
| LCH | lch(61.8 25.9 82.7) |
| OKLCH | oklch(0.672 0.065 80.2) |
Copy-ready code
/* CSS */
color: #ab9268;
background-color: #ab9268;
/* Tailwind (arbitrary) */
class="text-[#ab9268] bg-[#ab9268]"
/* SCSS */
$brand: #ab9268;
/* SwiftUI */
Color(red: 0.671, green: 0.573, blue: 0.408)
/* Android */
Color.parseColor("#ab9268")Accessibility — WCAG contrast
Aa
#ab9268 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab9268 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green57.3%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow39.2%
Key (black)32.9%
Color previews
#ab9268 text on a black background
contrast 7.04:1
Card sample
#ab9268 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab9268;
Background color
Panel with #ab9268 background
background-color: #ab9268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab9268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 146, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 146, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab9268; background: linear-gradient(135deg, #ab9268, #97AB68);