#b080ee
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 238
HSL
266°, 76%, 72%
CMYK
26, 46, 0, 7
Luminance
0.3084
Every format
| HEX | #b080ee |
| RGB | rgb(176, 128, 238) |
| HSL | hsl(266, 76%, 72%) |
| CMYK | cmyk(26%, 46%, 0%, 7%) |
| LAB | lab(62.4 40.1 -48.8) |
| LCH | lch(62.4 63.2 309.5) |
| OKLCH | oklch(0.692 0.162 302.5) |
Copy-ready code
/* CSS */
color: #b080ee;
background-color: #b080ee;
/* Tailwind (arbitrary) */
class="text-[#b080ee] bg-[#b080ee]"
/* SCSS */
$brand: #b080ee;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.933)
/* Android */
Color.parseColor("#b080ee")Accessibility — WCAG contrast
Aa
#b080ee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080ee on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta46.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b080ee text on a black background
contrast 7.17:1
Card sample
#b080ee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080ee;
Background color
Panel with #b080ee background
background-color: #b080ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080ee; background: linear-gradient(135deg, #b080ee, #EE80E3);