#ad6972
a balanced, soft red · warm · closest name: gray
RGB
173, 105, 114
HSL
352°, 29%, 55%
CMYK
0, 39, 34, 32
Luminance
0.2020
Every format
| HEX | #ad6972 |
| RGB | rgb(173, 105, 114) |
| HSL | hsl(352, 29%, 55%) |
| CMYK | cmyk(0%, 39%, 34%, 32%) |
| LAB | lab(52.1 28.3 6.6) |
| LCH | lch(52.1 29.1 13.1) |
| OKLCH | oklch(0.598 0.088 11.5) |
Copy-ready code
/* CSS */
color: #ad6972;
background-color: #ad6972;
/* Tailwind (arbitrary) */
class="text-[#ad6972] bg-[#ad6972]"
/* SCSS */
$brand: #ad6972;
/* SwiftUI */
Color(red: 0.678, green: 0.412, blue: 0.447)
/* Android */
Color.parseColor("#ad6972")Accessibility — WCAG contrast
Aa
#ad6972 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad6972 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green41.2%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow34.1%
Key (black)32.2%
Color previews
#ad6972 text on a black background
contrast 5.04:1
Card sample
#ad6972 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad6972;
Background color
Panel with #ad6972 background
background-color: #ad6972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad6972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 105, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 105, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad6972; background: linear-gradient(135deg, #ad6972, #AD8D69);