#b33acf
a balanced, vivid violet · warm · closest name: purple
RGB
179, 58, 207
HSL
289°, 61%, 52%
CMYK
14, 72, 0, 19
Luminance
0.1711
Every format
| HEX | #b33acf |
| RGB | rgb(179, 58, 207) |
| HSL | hsl(289, 61%, 52%) |
| CMYK | cmyk(14%, 72%, 0%, 19%) |
| LAB | lab(48.4 67.9 -53.5) |
| LCH | lch(48.4 86.5 321.7) |
| OKLCH | oklch(0.585 0.230 319.3) |
Copy-ready code
/* CSS */
color: #b33acf;
background-color: #b33acf;
/* Tailwind (arbitrary) */
class="text-[#b33acf] bg-[#b33acf]"
/* SCSS */
$brand: #b33acf;
/* SwiftUI */
Color(red: 0.702, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#b33acf")Accessibility — WCAG contrast
Aa
#b33acf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33acf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green22.7%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b33acf text on a black background
contrast 4.42:1
Card sample
#b33acf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33acf;
Background color
Panel with #b33acf background
background-color: #b33acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33acf; background: linear-gradient(135deg, #b33acf, #CF3A88);