#915569
a balanced, soft magenta / pink · warm · closest name: gray
RGB
145, 85, 105
HSL
340°, 26%, 45%
CMYK
0, 41, 28, 43
Luminance
0.1354
Every format
| HEX | #915569 |
| RGB | rgb(145, 85, 105) |
| HSL | hsl(340, 26%, 45%) |
| CMYK | cmyk(0%, 41%, 28%, 43%) |
| LAB | lab(43.6 27.6 -0.7) |
| LCH | lch(43.6 27.6 358.5) |
| OKLCH | oklch(0.524 0.083 358.9) |
Copy-ready code
/* CSS */
color: #915569;
background-color: #915569;
/* Tailwind (arbitrary) */
class="text-[#915569] bg-[#915569]"
/* SCSS */
$brand: #915569;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.412)
/* Android */
Color.parseColor("#915569")Accessibility — WCAG contrast
Aa
#915569 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915569 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow27.6%
Key (black)43.1%
Color previews
#915569 text on a black background
contrast 3.71:1
Card sample
#915569 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915569;
Background color
Panel with #915569 background
background-color: #915569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915569; background: linear-gradient(135deg, #915569, #916955);