#9679ef
a light, electric blue · warm · closest name: slateblue
RGB
150, 121, 239
HSL
255°, 79%, 71%
CMYK
37, 49, 0, 6
Luminance
0.2639
Every format
| HEX | #9679ef |
| RGB | rgb(150, 121, 239) |
| HSL | hsl(255, 79%, 71%) |
| CMYK | cmyk(37%, 49%, 0%, 6%) |
| LAB | lab(58.4 37.6 -55.8) |
| LCH | lch(58.4 67.3 304.0) |
| OKLCH | oklch(0.657 0.171 292.4) |
Copy-ready code
/* CSS */
color: #9679ef;
background-color: #9679ef;
/* Tailwind (arbitrary) */
class="text-[#9679ef] bg-[#9679ef]"
/* SCSS */
$brand: #9679ef;
/* SwiftUI */
Color(red: 0.588, green: 0.475, blue: 0.937)
/* Android */
Color.parseColor("#9679ef")Accessibility — WCAG contrast
Aa
#9679ef on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9679ef on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green47.5%
Blue93.7%
CMYK percentages
Cyan37.2%
Magenta49.4%
Yellow0.0%
Key (black)6.3%
Color previews
#9679ef text on a black background
contrast 6.28:1
Card sample
#9679ef text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9679ef;
Background color
Panel with #9679ef background
background-color: #9679ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9679ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 121, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 121, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9679ef; background: linear-gradient(135deg, #9679ef, #E579EF);