#8b8bec
a light, vivid blue · warm · closest name: dodgerblue
RGB
139, 139, 236
HSL
240°, 72%, 74%
CMYK
41, 41, 0, 8
Luminance
0.3001
Every format
| HEX | #8b8bec |
| RGB | rgb(139, 139, 236) |
| HSL | hsl(240, 72%, 74%) |
| CMYK | cmyk(41%, 41%, 0%, 8%) |
| LAB | lab(61.7 23.7 -49.0) |
| LCH | lch(61.7 54.4 295.8) |
| OKLCH | oklch(0.679 0.141 282.0) |
Copy-ready code
/* CSS */
color: #8b8bec;
background-color: #8b8bec;
/* Tailwind (arbitrary) */
class="text-[#8b8bec] bg-[#8b8bec]"
/* SCSS */
$brand: #8b8bec;
/* SwiftUI */
Color(red: 0.545, green: 0.545, blue: 0.925)
/* Android */
Color.parseColor("#8b8bec")Accessibility — WCAG contrast
Aa
#8b8bec on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8b8bec on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green54.5%
Blue92.5%
CMYK percentages
Cyan41.1%
Magenta41.1%
Yellow0.0%
Key (black)7.5%
Color previews
#8b8bec text on a black background
contrast 7.00:1
Card sample
#8b8bec text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b8bec;
Background color
Panel with #8b8bec background
background-color: #8b8bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b8bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 139, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 139, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b8bec; background: linear-gradient(135deg, #8b8bec, #CC8BEC);