#ab5259
a balanced, soft red · warm · closest name: sienna
RGB
171, 82, 89
HSL
355°, 35%, 50%
CMYK
0, 52, 48, 33
Luminance
0.1541
Every format
| HEX | #ab5259 |
| RGB | rgb(171, 82, 89) |
| HSL | hsl(355, 35%, 50%) |
| CMYK | cmyk(0%, 52%, 48%, 33%) |
| LAB | lab(46.2 37.1 13.3) |
| LCH | lch(46.2 39.4 19.7) |
| OKLCH | oklch(0.550 0.117 16.8) |
Copy-ready code
/* CSS */
color: #ab5259;
background-color: #ab5259;
/* Tailwind (arbitrary) */
class="text-[#ab5259] bg-[#ab5259]"
/* SCSS */
$brand: #ab5259;
/* SwiftUI */
Color(red: 0.671, green: 0.322, blue: 0.349)
/* Android */
Color.parseColor("#ab5259")Accessibility — WCAG contrast
Aa
#ab5259 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab5259 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green32.2%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow48.0%
Key (black)32.9%
Color previews
#ab5259 text on a black background
contrast 4.08:1
Card sample
#ab5259 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5259;
Background color
Panel with #ab5259 background
background-color: #ab5259;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5259;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 82, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 82, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5259; background: linear-gradient(135deg, #ab5259, #AB8652);