#947ce7
a light, vivid blue · warm · closest name: slateblue
RGB
148, 124, 231
HSL
254°, 69%, 70%
CMYK
36, 46, 0, 9
Luminance
0.2648
Every format
| HEX | #947ce7 |
| RGB | rgb(148, 124, 231) |
| HSL | hsl(254, 69%, 70%) |
| CMYK | cmyk(36%, 46%, 0%, 9%) |
| LAB | lab(58.5 33.3 -51.2) |
| LCH | lch(58.5 61.1 303.0) |
| OKLCH | oklch(0.656 0.156 291.9) |
Copy-ready code
/* CSS */
color: #947ce7;
background-color: #947ce7;
/* Tailwind (arbitrary) */
class="text-[#947ce7] bg-[#947ce7]"
/* SCSS */
$brand: #947ce7;
/* SwiftUI */
Color(red: 0.580, green: 0.486, blue: 0.906)
/* Android */
Color.parseColor("#947ce7")Accessibility — WCAG contrast
Aa
#947ce7 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#947ce7 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green48.6%
Blue90.6%
CMYK percentages
Cyan35.9%
Magenta46.3%
Yellow0.0%
Key (black)9.4%
Color previews
#947ce7 text on a black background
contrast 6.30:1
Card sample
#947ce7 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #947ce7;
Background color
Panel with #947ce7 background
background-color: #947ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #947ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 124, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 124, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #947ce7; background: linear-gradient(135deg, #947ce7, #DB7CE7);