#8077ee
a light, electric blue · warm · closest name: slateblue
RGB
128, 119, 238
HSL
245°, 78%, 70%
CMYK
46, 50, 0, 7
Luminance
0.2396
Every format
| HEX | #8077ee |
| RGB | rgb(128, 119, 238) |
| HSL | hsl(245, 78%, 70%) |
| CMYK | cmyk(46%, 50%, 0%, 7%) |
| LAB | lab(56.0 33.4 -59.1) |
| LCH | lch(56.0 67.9 299.4) |
| OKLCH | oklch(0.634 0.173 283.7) |
Copy-ready code
/* CSS */
color: #8077ee;
background-color: #8077ee;
/* Tailwind (arbitrary) */
class="text-[#8077ee] bg-[#8077ee]"
/* SCSS */
$brand: #8077ee;
/* SwiftUI */
Color(red: 0.502, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#8077ee")Accessibility — WCAG contrast
Aa
#8077ee on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8077ee on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green46.7%
Blue93.3%
CMYK percentages
Cyan46.2%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#8077ee text on a black background
contrast 5.79:1
Card sample
#8077ee text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8077ee;
Background color
Panel with #8077ee background
background-color: #8077ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8077ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8077ee; background: linear-gradient(135deg, #8077ee, #CF77EE);