#976fdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 111, 219
HSL
262°, 60%, 65%
CMYK
31, 49, 0, 14
Luminance
0.2306
Every format
| HEX | #976fdb |
| RGB | rgb(151, 111, 219) |
| HSL | hsl(262, 60%, 65%) |
| CMYK | cmyk(31%, 49%, 0%, 14%) |
| LAB | lab(55.1 38.4 -49.8) |
| LCH | lch(55.1 62.9 307.6) |
| OKLCH | oklch(0.629 0.160 298.8) |
Copy-ready code
/* CSS */
color: #976fdb;
background-color: #976fdb;
/* Tailwind (arbitrary) */
class="text-[#976fdb] bg-[#976fdb]"
/* SCSS */
$brand: #976fdb;
/* SwiftUI */
Color(red: 0.592, green: 0.435, blue: 0.859)
/* Android */
Color.parseColor("#976fdb")Accessibility — WCAG contrast
Aa
#976fdb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#976fdb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green43.5%
Blue85.9%
CMYK percentages
Cyan31.1%
Magenta49.3%
Yellow0.0%
Key (black)14.1%
Color previews
#976fdb text on a black background
contrast 5.61:1
Card sample
#976fdb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #976fdb;
Background color
Panel with #976fdb background
background-color: #976fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #976fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 111, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 111, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #976fdb; background: linear-gradient(135deg, #976fdb, #DB6FD7);