#968fef
a light, electric blue · warm · closest name: dodgerblue
RGB
150, 143, 239
HSL
244°, 75%, 75%
CMYK
37, 40, 0, 6
Luminance
0.3236
Every format
| HEX | #968fef |
| RGB | rgb(150, 143, 239) |
| HSL | hsl(244, 75%, 75%) |
| CMYK | cmyk(37%, 40%, 0%, 6%) |
| LAB | lab(63.6 25.0 -47.5) |
| LCH | lch(63.6 53.7 297.8) |
| OKLCH | oklch(0.696 0.139 285.5) |
Copy-ready code
/* CSS */
color: #968fef;
background-color: #968fef;
/* Tailwind (arbitrary) */
class="text-[#968fef] bg-[#968fef]"
/* SCSS */
$brand: #968fef;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#968fef")Accessibility — WCAG contrast
Aa
#968fef on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fef on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue93.7%
CMYK percentages
Cyan37.2%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#968fef text on a black background
contrast 7.47:1
Card sample
#968fef text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fef;
Background color
Panel with #968fef background
background-color: #968fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fef; background: linear-gradient(135deg, #968fef, #D68FEF);