#ab7945
a balanced, soft orange · warm · closest name: peru
RGB
171, 121, 69
HSL
31°, 43%, 47%
CMYK
0, 29, 60, 33
Luminance
0.2276
Every format
| HEX | #ab7945 |
| RGB | rgb(171, 121, 69) |
| HSL | hsl(31, 43%, 47%) |
| CMYK | cmyk(0%, 29%, 60%, 33%) |
| LAB | lab(54.8 13.8 35.9) |
| LCH | lch(54.8 38.5 69.0) |
| OKLCH | oklch(0.616 0.093 65.7) |
Copy-ready code
/* CSS */
color: #ab7945;
background-color: #ab7945;
/* Tailwind (arbitrary) */
class="text-[#ab7945] bg-[#ab7945]"
/* SCSS */
$brand: #ab7945;
/* SwiftUI */
Color(red: 0.671, green: 0.475, blue: 0.271)
/* Android */
Color.parseColor("#ab7945")Accessibility — WCAG contrast
Aa
#ab7945 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7945 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green47.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow59.6%
Key (black)32.9%
Color previews
#ab7945 text on a black background
contrast 5.55:1
Card sample
#ab7945 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7945;
Background color
Panel with #ab7945 background
background-color: #ab7945;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7945;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 121, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 121, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7945; background: linear-gradient(135deg, #ab7945, #99AB45);