#9853af
a balanced, soft violet · warm · closest name: orchid
RGB
152, 83, 175
HSL
285°, 37%, 51%
CMYK
13, 53, 0, 31
Luminance
0.1596
Every format
| HEX | #9853af |
| RGB | rgb(152, 83, 175) |
| HSL | hsl(285, 37%, 51%) |
| CMYK | cmyk(13%, 53%, 0%, 31%) |
| LAB | lab(46.9 43.9 -37.5) |
| LCH | lch(46.9 57.7 319.4) |
| OKLCH | oklch(0.561 0.153 317.1) |
Copy-ready code
/* CSS */
color: #9853af;
background-color: #9853af;
/* Tailwind (arbitrary) */
class="text-[#9853af] bg-[#9853af]"
/* SCSS */
$brand: #9853af;
/* SwiftUI */
Color(red: 0.596, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#9853af")Accessibility — WCAG contrast
Aa
#9853af on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9853af on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green32.5%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9853af text on a black background
contrast 4.19:1
Card sample
#9853af text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9853af;
Background color
Panel with #9853af background
background-color: #9853af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9853af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9853af; background: linear-gradient(135deg, #9853af, #AF5389);