#8c79ec
a light, electric blue · warm · closest name: slateblue
RGB
140, 121, 236
HSL
250°, 75%, 70%
CMYK
41, 49, 0, 8
Luminance
0.2531
Every format
| HEX | #8c79ec |
| RGB | rgb(140, 121, 236) |
| HSL | hsl(250, 75%, 70%) |
| CMYK | cmyk(41%, 49%, 0%, 8%) |
| LAB | lab(57.4 34.4 -55.8) |
| LCH | lch(57.4 65.6 301.6) |
| OKLCH | oklch(0.646 0.167 288.4) |
Copy-ready code
/* CSS */
color: #8c79ec;
background-color: #8c79ec;
/* Tailwind (arbitrary) */
class="text-[#8c79ec] bg-[#8c79ec]"
/* SCSS */
$brand: #8c79ec;
/* SwiftUI */
Color(red: 0.549, green: 0.475, blue: 0.925)
/* Android */
Color.parseColor("#8c79ec")Accessibility — WCAG contrast
Aa
#8c79ec on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c79ec on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green47.5%
Blue92.5%
CMYK percentages
Cyan40.7%
Magenta48.7%
Yellow0.0%
Key (black)7.5%
Color previews
#8c79ec text on a black background
contrast 6.06:1
Card sample
#8c79ec text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c79ec;
Background color
Panel with #8c79ec background
background-color: #8c79ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c79ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 121, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 121, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c79ec; background: linear-gradient(135deg, #8c79ec, #D979EC);