#9485b3
a balanced, soft violet · warm · closest name: steelblue
RGB
148, 133, 179
HSL
260°, 23%, 61%
CMYK
17, 26, 0, 30
Luminance
0.2633
Every format
| HEX | #9485b3 |
| RGB | rgb(148, 133, 179) |
| HSL | hsl(260, 23%, 61%) |
| CMYK | cmyk(17%, 26%, 0%, 30%) |
| LAB | lab(58.3 15.1 -22.1) |
| LCH | lch(58.3 26.8 304.4) |
| OKLCH | oklch(0.647 0.070 299.4) |
Copy-ready code
/* CSS */
color: #9485b3;
background-color: #9485b3;
/* Tailwind (arbitrary) */
class="text-[#9485b3] bg-[#9485b3]"
/* SCSS */
$brand: #9485b3;
/* SwiftUI */
Color(red: 0.580, green: 0.522, blue: 0.702)
/* Android */
Color.parseColor("#9485b3")Accessibility — WCAG contrast
Aa
#9485b3 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9485b3 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green52.2%
Blue70.2%
CMYK percentages
Cyan17.3%
Magenta25.7%
Yellow0.0%
Key (black)29.8%
Color previews
#9485b3 text on a black background
contrast 6.27:1
Card sample
#9485b3 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9485b3;
Background color
Panel with #9485b3 background
background-color: #9485b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9485b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 133, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 133, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9485b3; background: linear-gradient(135deg, #9485b3, #B385B3);