#9750af
a balanced, soft violet · warm · closest name: orchid
RGB
151, 80, 175
HSL
285°, 37%, 50%
CMYK
14, 54, 0, 31
Luminance
0.1541
Every format
| HEX | #9750af |
| RGB | rgb(151, 80, 175) |
| HSL | hsl(285, 37%, 50%) |
| CMYK | cmyk(14%, 54%, 0%, 31%) |
| LAB | lab(46.2 45.1 -38.7) |
| LCH | lch(46.2 59.5 319.4) |
| OKLCH | oklch(0.555 0.158 316.9) |
Copy-ready code
/* CSS */
color: #9750af;
background-color: #9750af;
/* Tailwind (arbitrary) */
class="text-[#9750af] bg-[#9750af]"
/* SCSS */
$brand: #9750af;
/* SwiftUI */
Color(red: 0.592, green: 0.314, blue: 0.686)
/* Android */
Color.parseColor("#9750af")Accessibility — WCAG contrast
Aa
#9750af on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9750af on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green31.4%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta54.3%
Yellow0.0%
Key (black)31.4%
Color previews
#9750af text on a black background
contrast 4.08:1
Card sample
#9750af text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9750af;
Background color
Panel with #9750af background
background-color: #9750af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9750af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 80, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 80, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9750af; background: linear-gradient(135deg, #9750af, #AF5088);