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