#905290
a dark, soft magenta / pink · warm · closest name: orchid
RGB
144, 82, 144
HSL
300°, 27%, 44%
CMYK
0, 43, 0, 44
Luminance
0.1398
Every format
| HEX | #905290 |
| RGB | rgb(144, 82, 144) |
| HSL | hsl(300, 27%, 44%) |
| CMYK | cmyk(0%, 43%, 0%, 44%) |
| LAB | lab(44.2 35.7 -23.5) |
| LCH | lch(44.2 42.7 326.7) |
| OKLCH | oklch(0.533 0.118 327.1) |
Copy-ready code
/* CSS */
color: #905290;
background-color: #905290;
/* Tailwind (arbitrary) */
class="text-[#905290] bg-[#905290]"
/* SCSS */
$brand: #905290;
/* SwiftUI */
Color(red: 0.565, green: 0.322, blue: 0.565)
/* Android */
Color.parseColor("#905290")Accessibility — WCAG contrast
Aa
#905290 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905290 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green32.2%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow0.0%
Key (black)43.5%
Color previews
#905290 text on a black background
contrast 3.80:1
Card sample
#905290 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905290;
Background color
Panel with #905290 background
background-color: #905290;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905290;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 82, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 82, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905290; background: linear-gradient(135deg, #905290, #905267);