#9475c2
a balanced, soft violet · warm · closest name: plum
RGB
148, 117, 194
HSL
264°, 39%, 61%
CMYK
24, 40, 0, 24
Luminance
0.2291
Every format
| HEX | #9475c2 |
| RGB | rgb(148, 117, 194) |
| HSL | hsl(264, 39%, 61%) |
| CMYK | cmyk(24%, 40%, 0%, 24%) |
| LAB | lab(55.0 27.9 -35.9) |
| LCH | lch(55.0 45.5 307.9) |
| OKLCH | oklch(0.623 0.117 301.6) |
Copy-ready code
/* CSS */
color: #9475c2;
background-color: #9475c2;
/* Tailwind (arbitrary) */
class="text-[#9475c2] bg-[#9475c2]"
/* SCSS */
$brand: #9475c2;
/* SwiftUI */
Color(red: 0.580, green: 0.459, blue: 0.761)
/* Android */
Color.parseColor("#9475c2")Accessibility — WCAG contrast
Aa
#9475c2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9475c2 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green45.9%
Blue76.1%
CMYK percentages
Cyan23.7%
Magenta39.7%
Yellow0.0%
Key (black)23.9%
Color previews
#9475c2 text on a black background
contrast 5.58:1
Card sample
#9475c2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9475c2;
Background color
Panel with #9475c2 background
background-color: #9475c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9475c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 117, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 117, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9475c2; background: linear-gradient(135deg, #9475c2, #C275BD);