#968fe8
a light, vivid blue · warm · closest name: dodgerblue
RGB
150, 143, 232
HSL
245°, 66%, 74%
CMYK
35, 38, 0, 9
Luminance
0.3196
Every format
| HEX | #968fe8 |
| RGB | rgb(150, 143, 232) |
| HSL | hsl(245, 66%, 74%) |
| CMYK | cmyk(35%, 38%, 0%, 9%) |
| LAB | lab(63.3 23.1 -44.1) |
| LCH | lch(63.3 49.8 297.6) |
| OKLCH | oklch(0.693 0.129 286.1) |
Copy-ready code
/* CSS */
color: #968fe8;
background-color: #968fe8;
/* Tailwind (arbitrary) */
class="text-[#968fe8] bg-[#968fe8]"
/* SCSS */
$brand: #968fe8;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.910)
/* Android */
Color.parseColor("#968fe8")Accessibility — WCAG contrast
Aa
#968fe8 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fe8 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue91.0%
CMYK percentages
Cyan35.3%
Magenta38.4%
Yellow0.0%
Key (black)9.0%
Color previews
#968fe8 text on a black background
contrast 7.39:1
Card sample
#968fe8 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fe8;
Background color
Panel with #968fe8 background
background-color: #968fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fe8; background: linear-gradient(135deg, #968fe8, #D18FE8);