#907070
a balanced, muted red · warm · closest name: gray
RGB
144, 112, 112
HSL
0°, 13%, 50%
CMYK
0, 22, 22, 44
Luminance
0.1869
Every format
| HEX | #907070 |
| RGB | rgb(144, 112, 112) |
| HSL | hsl(0, 13%, 50%) |
| CMYK | cmyk(0%, 22%, 22%, 44%) |
| LAB | lab(50.3 12.6 4.8) |
| LCH | lch(50.3 13.5 21.0) |
| OKLCH | oklch(0.577 0.041 18.4) |
Copy-ready code
/* CSS */
color: #907070;
background-color: #907070;
/* Tailwind (arbitrary) */
class="text-[#907070] bg-[#907070]"
/* SCSS */
$brand: #907070;
/* SwiftUI */
Color(red: 0.565, green: 0.439, blue: 0.439)
/* Android */
Color.parseColor("#907070")Accessibility — WCAG contrast
Aa
#907070 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907070 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green43.9%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow22.2%
Key (black)43.5%
Color previews
#907070 text on a black background
contrast 4.74:1
Card sample
#907070 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907070;
Background color
Panel with #907070 background
background-color: #907070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 112, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 112, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907070; background: linear-gradient(135deg, #907070, #908570);