#925c92
a balanced, soft magenta / pink · warm · closest name: plum
RGB
146, 92, 146
HSL
300°, 23%, 47%
CMYK
0, 37, 0, 43
Luminance
0.1584
Every format
| HEX | #925c92 |
| RGB | rgb(146, 92, 146) |
| HSL | hsl(300, 23%, 47%) |
| CMYK | cmyk(0%, 37%, 0%, 43%) |
| LAB | lab(46.8 31.1 -20.7) |
| LCH | lch(46.8 37.4 326.4) |
| OKLCH | oklch(0.554 0.103 326.9) |
Copy-ready code
/* CSS */
color: #925c92;
background-color: #925c92;
/* Tailwind (arbitrary) */
class="text-[#925c92] bg-[#925c92]"
/* SCSS */
$brand: #925c92;
/* SwiftUI */
Color(red: 0.573, green: 0.361, blue: 0.573)
/* Android */
Color.parseColor("#925c92")Accessibility — WCAG contrast
Aa
#925c92 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#925c92 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow0.0%
Key (black)42.7%
Color previews
#925c92 text on a black background
contrast 4.17:1
Card sample
#925c92 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925c92;
Background color
Panel with #925c92 background
background-color: #925c92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925c92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 92, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 92, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925c92; background: linear-gradient(135deg, #925c92, #925C6E);