#968ace
a light, soft blue · warm · closest name: plum
RGB
150, 138, 206
HSL
251°, 41%, 68%
CMYK
27, 33, 0, 19
Luminance
0.2912
Every format
| HEX | #968ace |
| RGB | rgb(150, 138, 206) |
| HSL | hsl(251, 41%, 68%) |
| CMYK | cmyk(27%, 33%, 0%, 19%) |
| LAB | lab(60.9 19.3 -33.5) |
| LCH | lch(60.9 38.6 300.0) |
| OKLCH | oklch(0.670 0.100 291.6) |
Copy-ready code
/* CSS */
color: #968ace;
background-color: #968ace;
/* Tailwind (arbitrary) */
class="text-[#968ace] bg-[#968ace]"
/* SCSS */
$brand: #968ace;
/* SwiftUI */
Color(red: 0.588, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#968ace")Accessibility — WCAG contrast
Aa
#968ace on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968ace on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan27.2%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#968ace text on a black background
contrast 6.82:1
Card sample
#968ace text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968ace;
Background color
Panel with #968ace background
background-color: #968ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968ace; background: linear-gradient(135deg, #968ace, #C38ACE);