#968fe0
a light, vivid blue · warm · closest name: plum
RGB
150, 143, 224
HSL
245°, 57%, 72%
CMYK
33, 36, 0, 12
Luminance
0.3151
Every format
| HEX | #968fe0 |
| RGB | rgb(150, 143, 224) |
| HSL | hsl(245, 57%, 72%) |
| CMYK | cmyk(33%, 36%, 0%, 12%) |
| LAB | lab(62.9 21.0 -40.3) |
| LCH | lch(62.9 45.5 297.5) |
| OKLCH | oklch(0.689 0.118 286.8) |
Copy-ready code
/* CSS */
color: #968fe0;
background-color: #968fe0;
/* Tailwind (arbitrary) */
class="text-[#968fe0] bg-[#968fe0]"
/* SCSS */
$brand: #968fe0;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.878)
/* Android */
Color.parseColor("#968fe0")Accessibility — WCAG contrast
Aa
#968fe0 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fe0 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue87.8%
CMYK percentages
Cyan33.0%
Magenta36.2%
Yellow0.0%
Key (black)12.2%
Color previews
#968fe0 text on a black background
contrast 7.30:1
Card sample
#968fe0 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fe0;
Background color
Panel with #968fe0 background
background-color: #968fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fe0; background: linear-gradient(135deg, #968fe0, #CC8FE0);