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