#9486cf
a light, soft blue · warm · closest name: plum
RGB
148, 134, 207
HSL
252°, 43%, 67%
CMYK
29, 35, 0, 19
Luminance
0.2785
Every format
| HEX | #9486cf |
| RGB | rgb(148, 134, 207) |
| HSL | hsl(252, 43%, 67%) |
| CMYK | cmyk(29%, 35%, 0%, 19%) |
| LAB | lab(59.8 21.3 -35.8) |
| LCH | lch(59.8 41.6 300.8) |
| OKLCH | oklch(0.661 0.107 292.0) |
Copy-ready code
/* CSS */
color: #9486cf;
background-color: #9486cf;
/* Tailwind (arbitrary) */
class="text-[#9486cf] bg-[#9486cf]"
/* SCSS */
$brand: #9486cf;
/* SwiftUI */
Color(red: 0.580, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#9486cf")Accessibility — WCAG contrast
Aa
#9486cf on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9486cf on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green52.5%
Blue81.2%
CMYK percentages
Cyan28.5%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#9486cf text on a black background
contrast 6.57:1
Card sample
#9486cf text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9486cf;
Background color
Panel with #9486cf background
background-color: #9486cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9486cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9486cf; background: linear-gradient(135deg, #9486cf, #C586CF);