#907490
a balanced, muted magenta / pink · warm · closest name: gray
RGB
144, 116, 144
HSL
300°, 11%, 51%
CMYK
0, 19, 0, 44
Luminance
0.2043
Every format
| HEX | #907490 |
| RGB | rgb(144, 116, 144) |
| HSL | hsl(300, 11%, 51%) |
| CMYK | cmyk(0%, 19%, 0%, 44%) |
| LAB | lab(52.3 16.1 -11.1) |
| LCH | lch(52.3 19.5 325.5) |
| OKLCH | oklch(0.595 0.053 326.2) |
Copy-ready code
/* CSS */
color: #907490;
background-color: #907490;
/* Tailwind (arbitrary) */
class="text-[#907490] bg-[#907490]"
/* SCSS */
$brand: #907490;
/* SwiftUI */
Color(red: 0.565, green: 0.455, blue: 0.565)
/* Android */
Color.parseColor("#907490")Accessibility — WCAG contrast
Aa
#907490 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#907490 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green45.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow0.0%
Key (black)43.5%
Color previews
#907490 text on a black background
contrast 5.09:1
Card sample
#907490 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #907490;
Background color
Panel with #907490 background
background-color: #907490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #907490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 116, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 116, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #907490; background: linear-gradient(135deg, #907490, #90747D);