#985daf
a balanced, soft violet · warm · closest name: orchid
RGB
152, 93, 175
HSL
283°, 34%, 53%
CMYK
13, 47, 0, 31
Luminance
0.1760
Every format
| HEX | #985daf |
| RGB | rgb(152, 93, 175) |
| HSL | hsl(283, 34%, 53%) |
| CMYK | cmyk(13%, 47%, 0%, 31%) |
| LAB | lab(49.0 38.4 -34.3) |
| LCH | lch(49.0 51.5 318.3) |
| OKLCH | oklch(0.576 0.137 315.9) |
Copy-ready code
/* CSS */
color: #985daf;
background-color: #985daf;
/* Tailwind (arbitrary) */
class="text-[#985daf] bg-[#985daf]"
/* SCSS */
$brand: #985daf;
/* SwiftUI */
Color(red: 0.596, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#985daf")Accessibility — WCAG contrast
Aa
#985daf on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985daf on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.5%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#985daf text on a black background
contrast 4.52:1
Card sample
#985daf text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985daf;
Background color
Panel with #985daf background
background-color: #985daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985daf; background: linear-gradient(135deg, #985daf, #AF5D8F);