#968eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
150, 142, 238
HSL
245°, 74%, 75%
CMYK
37, 40, 0, 7
Luminance
0.3200
Every format
| HEX | #968eee |
| RGB | rgb(150, 142, 238) |
| HSL | hsl(245, 74%, 75%) |
| CMYK | cmyk(37%, 40%, 0%, 7%) |
| LAB | lab(63.3 25.3 -47.4) |
| LCH | lch(63.3 53.7 298.1) |
| OKLCH | oklch(0.694 0.139 286.0) |
Copy-ready code
/* CSS */
color: #968eee;
background-color: #968eee;
/* Tailwind (arbitrary) */
class="text-[#968eee] bg-[#968eee]"
/* SCSS */
$brand: #968eee;
/* SwiftUI */
Color(red: 0.588, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#968eee")Accessibility — WCAG contrast
Aa
#968eee on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968eee on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green55.7%
Blue93.3%
CMYK percentages
Cyan37.0%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#968eee text on a black background
contrast 7.40:1
Card sample
#968eee text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968eee;
Background color
Panel with #968eee background
background-color: #968eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968eee; background: linear-gradient(135deg, #968eee, #D68EEE);