#b372eb
a light, electric violet · warm · closest name: orchid
RGB
179, 114, 235
HSL
272°, 75%, 68%
CMYK
24, 52, 0, 8
Luminance
0.2762
Every format
| HEX | #b372eb |
| RGB | rgb(179, 114, 235) |
| HSL | hsl(272, 75%, 68%) |
| CMYK | cmyk(24%, 52%, 0%, 8%) |
| LAB | lab(59.5 47.8 -51.6) |
| LCH | lch(59.5 70.3 312.8) |
| OKLCH | oklch(0.671 0.181 307.0) |
Copy-ready code
/* CSS */
color: #b372eb;
background-color: #b372eb;
/* Tailwind (arbitrary) */
class="text-[#b372eb] bg-[#b372eb]"
/* SCSS */
$brand: #b372eb;
/* SwiftUI */
Color(red: 0.702, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#b372eb")Accessibility — WCAG contrast
Aa
#b372eb on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b372eb on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green44.7%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b372eb text on a black background
contrast 6.52:1
Card sample
#b372eb text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b372eb;
Background color
Panel with #b372eb background
background-color: #b372eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b372eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b372eb; background: linear-gradient(135deg, #b372eb, #EB72D2);