#9737df
a balanced, vivid violet · warm · closest name: indigo
RGB
151, 55, 223
HSL
274°, 72%, 55%
CMYK
32, 75, 0, 13
Luminance
0.1464
Every format
| HEX | #9737df |
| RGB | rgb(151, 55, 223) |
| HSL | hsl(274, 72%, 55%) |
| CMYK | cmyk(32%, 75%, 0%, 13%) |
| LAB | lab(45.1 67.0 -68.2) |
| LCH | lch(45.1 95.6 314.5) |
| OKLCH | oklch(0.557 0.239 305.8) |
Copy-ready code
/* CSS */
color: #9737df;
background-color: #9737df;
/* Tailwind (arbitrary) */
class="text-[#9737df] bg-[#9737df]"
/* SCSS */
$brand: #9737df;
/* SwiftUI */
Color(red: 0.592, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#9737df")Accessibility — WCAG contrast
Aa
#9737df on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9737df on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green21.6%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#9737df text on a black background
contrast 3.93:1
Card sample
#9737df text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9737df;
Background color
Panel with #9737df background
background-color: #9737df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9737df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9737df; background: linear-gradient(135deg, #9737df, #DF37B7);