#b044ee
a balanced, electric violet · warm · closest name: magenta
RGB
176, 68, 238
HSL
278°, 83%, 60%
CMYK
26, 71, 0, 7
Luminance
0.1954
Every format
| HEX | #b044ee |
| RGB | rgb(176, 68, 238) |
| HSL | hsl(278, 83%, 60%) |
| CMYK | cmyk(26%, 71%, 0%, 7%) |
| LAB | lab(51.3 69.6 -66.5) |
| LCH | lch(51.3 96.3 316.3) |
| OKLCH | oklch(0.611 0.246 310.0) |
Copy-ready code
/* CSS */
color: #b044ee;
background-color: #b044ee;
/* Tailwind (arbitrary) */
class="text-[#b044ee] bg-[#b044ee]"
/* SCSS */
$brand: #b044ee;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#b044ee")Accessibility — WCAG contrast
Aa
#b044ee on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b044ee on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#b044ee text on a black background
contrast 4.91:1
Card sample
#b044ee text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044ee;
Background color
Panel with #b044ee background
background-color: #b044ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044ee; background: linear-gradient(135deg, #b044ee, #EE44BB);