#b237df
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 55, 223
HSL
284°, 72%, 55%
CMYK
20, 75, 0, 13
Luminance
0.1753
Every format
| HEX | #b237df |
| RGB | rgb(178, 55, 223) |
| HSL | hsl(284, 72%, 55%) |
| CMYK | cmyk(20%, 75%, 0%, 13%) |
| LAB | lab(48.9 71.8 -61.9) |
| LCH | lch(48.9 94.7 319.2) |
| OKLCH | oklch(0.592 0.247 315.0) |
Copy-ready code
/* CSS */
color: #b237df;
background-color: #b237df;
/* Tailwind (arbitrary) */
class="text-[#b237df] bg-[#b237df]"
/* SCSS */
$brand: #b237df;
/* SwiftUI */
Color(red: 0.698, green: 0.216, blue: 0.875)
/* Android */
Color.parseColor("#b237df")Accessibility — WCAG contrast
Aa
#b237df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b237df on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green21.6%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta75.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b237df text on a black background
contrast 4.51:1
Card sample
#b237df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b237df;
Background color
Panel with #b237df background
background-color: #b237df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b237df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 55, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 55, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b237df; background: linear-gradient(135deg, #b237df, #DF379C);