#a25d67
a balanced, soft red · warm · closest name: sienna
RGB
162, 93, 103
HSL
351°, 27%, 50%
CMYK
0, 43, 36, 37
Luminance
0.1649
Every format
| HEX | #a25d67 |
| RGB | rgb(162, 93, 103) |
| HSL | hsl(351, 27%, 50%) |
| CMYK | cmyk(0%, 43%, 36%, 37%) |
| LAB | lab(47.6 29.3 6.6) |
| LCH | lch(47.6 30.1 12.7) |
| OKLCH | oklch(0.560 0.091 11.1) |
Copy-ready code
/* CSS */
color: #a25d67;
background-color: #a25d67;
/* Tailwind (arbitrary) */
class="text-[#a25d67] bg-[#a25d67]"
/* SCSS */
$brand: #a25d67;
/* SwiftUI */
Color(red: 0.635, green: 0.365, blue: 0.404)
/* Android */
Color.parseColor("#a25d67")Accessibility — WCAG contrast
Aa
#a25d67 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a25d67 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green36.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow36.4%
Key (black)36.5%
Color previews
#a25d67 text on a black background
contrast 4.30:1
Card sample
#a25d67 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a25d67;
Background color
Panel with #a25d67 background
background-color: #a25d67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a25d67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 93, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 93, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a25d67; background: linear-gradient(135deg, #a25d67, #A2815D);