#897272
a balanced, muted red · warm · closest name: gray
RGB
137, 114, 114
HSL
0°, 9%, 49%
CMYK
0, 17, 17, 46
Luminance
0.1857
Every format
| HEX | #897272 |
| RGB | rgb(137, 114, 114) |
| HSL | hsl(0, 9%, 49%) |
| CMYK | cmyk(0%, 17%, 17%, 46%) |
| LAB | lab(50.2 9.0 3.4) |
| LCH | lch(50.2 9.6 20.5) |
| OKLCH | oklch(0.574 0.029 18.0) |
Copy-ready code
/* CSS */
color: #897272;
background-color: #897272;
/* Tailwind (arbitrary) */
class="text-[#897272] bg-[#897272]"
/* SCSS */
$brand: #897272;
/* SwiftUI */
Color(red: 0.537, green: 0.447, blue: 0.447)
/* Android */
Color.parseColor("#897272")Accessibility — WCAG contrast
Aa
#897272 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897272 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green44.7%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow16.8%
Key (black)46.3%
Color previews
#897272 text on a black background
contrast 4.71:1
Card sample
#897272 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897272;
Background color
Panel with #897272 background
background-color: #897272;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897272;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 114, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 114, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897272; background: linear-gradient(135deg, #897272, #898172);