#968fe4
a light, vivid blue · warm · closest name: dodgerblue
RGB
150, 143, 228
HSL
245°, 61%, 73%
CMYK
34, 37, 0, 11
Luminance
0.3173
Every format
| HEX | #968fe4 |
| RGB | rgb(150, 143, 228) |
| HSL | hsl(245, 61%, 73%) |
| CMYK | cmyk(34%, 37%, 0%, 11%) |
| LAB | lab(63.1 22.1 -42.2) |
| LCH | lch(63.1 47.6 297.6) |
| OKLCH | oklch(0.691 0.123 286.5) |
Copy-ready code
/* CSS */
color: #968fe4;
background-color: #968fe4;
/* Tailwind (arbitrary) */
class="text-[#968fe4] bg-[#968fe4]"
/* SCSS */
$brand: #968fe4;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.894)
/* Android */
Color.parseColor("#968fe4")Accessibility — WCAG contrast
Aa
#968fe4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fe4 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue89.4%
CMYK percentages
Cyan34.2%
Magenta37.3%
Yellow0.0%
Key (black)10.6%
Color previews
#968fe4 text on a black background
contrast 7.35:1
Card sample
#968fe4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fe4;
Background color
Panel with #968fe4 background
background-color: #968fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fe4; background: linear-gradient(135deg, #968fe4, #CF8FE4);