#b045ff
a balanced, electric violet · warm · closest name: magenta
RGB
176, 69, 255
HSL
275°, 100%, 64%
CMYK
31, 73, 0, 0
Luminance
0.2071
Every format
| HEX | #b045ff |
| RGB | rgb(176, 69, 255) |
| HSL | hsl(275, 100%, 64%) |
| CMYK | cmyk(31%, 73%, 0%, 0%) |
| LAB | lab(52.6 72.8 -73.8) |
| LCH | lch(52.6 103.7 314.6) |
| OKLCH | oklch(0.624 0.261 306.3) |
Copy-ready code
/* CSS */
color: #b045ff;
background-color: #b045ff;
/* Tailwind (arbitrary) */
class="text-[#b045ff] bg-[#b045ff]"
/* SCSS */
$brand: #b045ff;
/* SwiftUI */
Color(red: 0.690, green: 0.271, blue: 1.000)
/* Android */
Color.parseColor("#b045ff")Accessibility — WCAG contrast
Aa
#b045ff on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b045ff on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green27.1%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta72.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b045ff text on a black background
contrast 5.14:1
Card sample
#b045ff text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b045ff;
Background color
Panel with #b045ff background
background-color: #b045ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b045ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 69, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 69, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b045ff; background: linear-gradient(135deg, #b045ff, #FF45D2);