#968fff
a light, electric blue · warm · closest name: royalblue
RGB
150, 143, 255
HSL
244°, 100%, 78%
CMYK
41, 44, 0, 0
Luminance
0.3335
Every format
| HEX | #968fff |
| RGB | rgb(150, 143, 255) |
| HSL | hsl(244, 100%, 78%) |
| CMYK | cmyk(41%, 44%, 0%, 0%) |
| LAB | lab(64.4 29.4 -55.0) |
| LCH | lch(64.4 62.3 298.1) |
| OKLCH | oklch(0.705 0.160 284.3) |
Copy-ready code
/* CSS */
color: #968fff;
background-color: #968fff;
/* Tailwind (arbitrary) */
class="text-[#968fff] bg-[#968fff]"
/* SCSS */
$brand: #968fff;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#968fff")Accessibility — WCAG contrast
Aa
#968fff on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fff on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue100.0%
CMYK percentages
Cyan41.2%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#968fff text on a black background
contrast 7.67:1
Card sample
#968fff text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fff;
Background color
Panel with #968fff background
background-color: #968fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fff; background: linear-gradient(135deg, #968fff, #E18FFF);