#b03eee
a balanced, electric violet · warm · closest name: magenta
RGB
176, 62, 238
HSL
279°, 84%, 59%
CMYK
26, 74, 0, 7
Luminance
0.1885
Every format
| HEX | #b03eee |
| RGB | rgb(176, 62, 238) |
| HSL | hsl(279, 84%, 59%) |
| CMYK | cmyk(26%, 74%, 0%, 7%) |
| LAB | lab(50.5 71.9 -67.8) |
| LCH | lch(50.5 98.8 316.7) |
| OKLCH | oklch(0.606 0.252 310.4) |
Copy-ready code
/* CSS */
color: #b03eee;
background-color: #b03eee;
/* Tailwind (arbitrary) */
class="text-[#b03eee] bg-[#b03eee]"
/* SCSS */
$brand: #b03eee;
/* SwiftUI */
Color(red: 0.690, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#b03eee")Accessibility — WCAG contrast
Aa
#b03eee on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b03eee on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green24.3%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b03eee text on a black background
contrast 4.77:1
Card sample
#b03eee text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b03eee;
Background color
Panel with #b03eee background
background-color: #b03eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b03eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b03eee; background: linear-gradient(135deg, #b03eee, #EE3EB7);