#b372e9
a light, vivid violet · warm · closest name: orchid
RGB
179, 114, 233
HSL
273°, 73%, 68%
CMYK
23, 51, 0, 9
Luminance
0.2750
Every format
| HEX | #b372e9 |
| RGB | rgb(179, 114, 233) |
| HSL | hsl(273, 73%, 68%) |
| CMYK | cmyk(23%, 51%, 0%, 9%) |
| LAB | lab(59.4 47.4 -50.6) |
| LCH | lch(59.4 69.3 313.1) |
| OKLCH | oklch(0.670 0.179 307.5) |
Copy-ready code
/* CSS */
color: #b372e9;
background-color: #b372e9;
/* Tailwind (arbitrary) */
class="text-[#b372e9] bg-[#b372e9]"
/* SCSS */
$brand: #b372e9;
/* SwiftUI */
Color(red: 0.702, green: 0.447, blue: 0.914)
/* Android */
Color.parseColor("#b372e9")Accessibility — WCAG contrast
Aa
#b372e9 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b372e9 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green44.7%
Blue91.4%
CMYK percentages
Cyan23.2%
Magenta51.1%
Yellow0.0%
Key (black)8.6%
Color previews
#b372e9 text on a black background
contrast 6.50:1
Card sample
#b372e9 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b372e9;
Background color
Panel with #b372e9 background
background-color: #b372e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b372e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 114, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 114, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b372e9; background: linear-gradient(135deg, #b372e9, #E972D0);