#b033ee
a balanced, electric violet · warm · closest name: magenta
RGB
176, 51, 238
HSL
280°, 85%, 57%
CMYK
26, 79, 0, 7
Luminance
0.1777
Every format
| HEX | #b033ee |
| RGB | rgb(176, 51, 238) |
| HSL | hsl(280, 85%, 57%) |
| CMYK | cmyk(26%, 79%, 0%, 7%) |
| LAB | lab(49.2 75.6 -69.9) |
| LCH | lch(49.2 103.0 317.3) |
| OKLCH | oklch(0.597 0.263 311.0) |
Copy-ready code
/* CSS */
color: #b033ee;
background-color: #b033ee;
/* Tailwind (arbitrary) */
class="text-[#b033ee] bg-[#b033ee]"
/* SCSS */
$brand: #b033ee;
/* SwiftUI */
Color(red: 0.690, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#b033ee")Accessibility — WCAG contrast
Aa
#b033ee on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b033ee on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green20.0%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b033ee text on a black background
contrast 4.55:1
Card sample
#b033ee text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b033ee;
Background color
Panel with #b033ee background
background-color: #b033ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b033ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b033ee; background: linear-gradient(135deg, #b033ee, #EE33AF);