#985eb3
a balanced, soft violet · warm · closest name: orchid
RGB
152, 94, 179
HSL
281°, 36%, 54%
CMYK
15, 48, 0, 30
Luminance
0.1794
Every format
| HEX | #985eb3 |
| RGB | rgb(152, 94, 179) |
| HSL | hsl(281, 36%, 54%) |
| CMYK | cmyk(15%, 48%, 0%, 30%) |
| LAB | lab(49.4 38.8 -35.9) |
| LCH | lch(49.4 52.9 317.2) |
| OKLCH | oklch(0.580 0.139 314.2) |
Copy-ready code
/* CSS */
color: #985eb3;
background-color: #985eb3;
/* Tailwind (arbitrary) */
class="text-[#985eb3] bg-[#985eb3]"
/* SCSS */
$brand: #985eb3;
/* SwiftUI */
Color(red: 0.596, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#985eb3")Accessibility — WCAG contrast
Aa
#985eb3 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985eb3 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.9%
Blue70.2%
CMYK percentages
Cyan15.1%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#985eb3 text on a black background
contrast 4.59:1
Card sample
#985eb3 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985eb3;
Background color
Panel with #985eb3 background
background-color: #985eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985eb3; background: linear-gradient(135deg, #985eb3, #B35E95);