#985eb6
a balanced, soft violet · warm · closest name: orchid
RGB
152, 94, 182
HSL
280°, 38%, 54%
CMYK
17, 48, 0, 29
Luminance
0.1806
Every format
| HEX | #985eb6 |
| RGB | rgb(152, 94, 182) |
| HSL | hsl(280, 38%, 54%) |
| CMYK | cmyk(17%, 48%, 0%, 29%) |
| LAB | lab(49.6 39.4 -37.5) |
| LCH | lch(49.6 54.4 316.5) |
| OKLCH | oklch(0.582 0.143 313.1) |
Copy-ready code
/* CSS */
color: #985eb6;
background-color: #985eb6;
/* Tailwind (arbitrary) */
class="text-[#985eb6] bg-[#985eb6]"
/* SCSS */
$brand: #985eb6;
/* SwiftUI */
Color(red: 0.596, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#985eb6")Accessibility — WCAG contrast
Aa
#985eb6 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985eb6 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.9%
Blue71.4%
CMYK percentages
Cyan16.5%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#985eb6 text on a black background
contrast 4.61:1
Card sample
#985eb6 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985eb6;
Background color
Panel with #985eb6 background
background-color: #985eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985eb6; background: linear-gradient(135deg, #985eb6, #B65E99);