#8b8bff
a light, electric blue · warm · closest name: royalblue
RGB
139, 139, 255
HSL
240°, 100%, 77%
CMYK
46, 46, 0, 0
Luminance
0.3117
Every format
| HEX | #8b8bff |
| RGB | rgb(139, 139, 255) |
| HSL | hsl(240, 100%, 77%) |
| CMYK | cmyk(46%, 46%, 0%, 0%) |
| LAB | lab(62.6 29.1 -57.9) |
| LCH | lch(62.6 64.8 296.7) |
| OKLCH | oklch(0.689 0.167 281.1) |
Copy-ready code
/* CSS */
color: #8b8bff;
background-color: #8b8bff;
/* Tailwind (arbitrary) */
class="text-[#8b8bff] bg-[#8b8bff]"
/* SCSS */
$brand: #8b8bff;
/* SwiftUI */
Color(red: 0.545, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#8b8bff")Accessibility — WCAG contrast
Aa
#8b8bff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8b8bff on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green54.5%
Blue100.0%
CMYK percentages
Cyan45.5%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8b8bff text on a black background
contrast 7.23:1
Card sample
#8b8bff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b8bff;
Background color
Panel with #8b8bff background
background-color: #8b8bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b8bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b8bff; background: linear-gradient(135deg, #8b8bff, #D88BFF);