#968cfd
a light, electric blue · warm · closest name: royalblue
RGB
150, 140, 253
HSL
245°, 97%, 77%
CMYK
41, 45, 0, 1
Luminance
0.3233
Every format
| HEX | #968cfd |
| RGB | rgb(150, 140, 253) |
| HSL | hsl(245, 97%, 77%) |
| CMYK | cmyk(41%, 45%, 0%, 1%) |
| LAB | lab(63.6 30.5 -55.2) |
| LCH | lch(63.6 63.1 298.9) |
| OKLCH | oklch(0.698 0.162 285.4) |
Copy-ready code
/* CSS */
color: #968cfd;
background-color: #968cfd;
/* Tailwind (arbitrary) */
class="text-[#968cfd] bg-[#968cfd]"
/* SCSS */
$brand: #968cfd;
/* SwiftUI */
Color(red: 0.588, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#968cfd")Accessibility — WCAG contrast
Aa
#968cfd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968cfd on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green54.9%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#968cfd text on a black background
contrast 7.47:1
Card sample
#968cfd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968cfd;
Background color
Panel with #968cfd background
background-color: #968cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968cfd; background: linear-gradient(135deg, #968cfd, #E18CFD);