#937ccf
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 124, 207
HSL
257°, 46%, 65%
CMYK
29, 40, 0, 19
Luminance
0.2512
Every format
| HEX | #937ccf |
| RGB | rgb(147, 124, 207) |
| HSL | hsl(257, 46%, 65%) |
| CMYK | cmyk(29%, 40%, 0%, 19%) |
| LAB | lab(57.2 26.8 -39.8) |
| LCH | lch(57.2 48.0 304.0) |
| OKLCH | oklch(0.642 0.123 295.5) |
Copy-ready code
/* CSS */
color: #937ccf;
background-color: #937ccf;
/* Tailwind (arbitrary) */
class="text-[#937ccf] bg-[#937ccf]"
/* SCSS */
$brand: #937ccf;
/* SwiftUI */
Color(red: 0.576, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#937ccf")Accessibility — WCAG contrast
Aa
#937ccf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937ccf on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green48.6%
Blue81.2%
CMYK percentages
Cyan29.0%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#937ccf text on a black background
contrast 6.02:1
Card sample
#937ccf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937ccf;
Background color
Panel with #937ccf background
background-color: #937ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937ccf; background: linear-gradient(135deg, #937ccf, #CA7CCF);