#b438df
a balanced, vivid violet · warm · closest name: magenta
RGB
180, 56, 223
HSL
285°, 72%, 55%
CMYK
19, 75, 0, 13
Luminance
0.1786
Every format
| HEX | #b438df |
| RGB | rgb(180, 56, 223) |
| HSL | hsl(285, 72%, 55%) |
| CMYK | cmyk(19%, 75%, 0%, 13%) |
| LAB | lab(49.3 71.8 -61.2) |
| LCH | lch(49.3 94.3 319.6) |
| OKLCH | oklch(0.595 0.246 315.6) |
Copy-ready code
/* CSS */
color: #b438df;
background-color: #b438df;
/* Tailwind (arbitrary) */
class="text-[#b438df] bg-[#b438df]"
/* SCSS */
$brand: #b438df;
/* SwiftUI */
Color(red: 0.706, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#b438df")Accessibility — WCAG contrast
Aa
#b438df on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b438df on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.0%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b438df text on a black background
contrast 4.57:1
Card sample
#b438df text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b438df;
Background color
Panel with #b438df background
background-color: #b438df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b438df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b438df; background: linear-gradient(135deg, #b438df, #DF389B);