#b535df
a balanced, vivid violet · warm · closest name: magenta
RGB
181, 53, 223
HSL
285°, 73%, 54%
CMYK
19, 76, 0, 13
Luminance
0.1770
Every format
| HEX | #b535df |
| RGB | rgb(181, 53, 223) |
| HSL | hsl(285, 73%, 54%) |
| CMYK | cmyk(19%, 76%, 0%, 13%) |
| LAB | lab(49.1 73.0 -61.5) |
| LCH | lch(49.1 95.4 319.9) |
| OKLCH | oklch(0.594 0.250 316.0) |
Copy-ready code
/* CSS */
color: #b535df;
background-color: #b535df;
/* Tailwind (arbitrary) */
class="text-[#b535df] bg-[#b535df]"
/* SCSS */
$brand: #b535df;
/* SwiftUI */
Color(red: 0.710, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#b535df")Accessibility — WCAG contrast
Aa
#b535df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b535df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green20.8%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b535df text on a black background
contrast 4.54:1
Card sample
#b535df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b535df;
Background color
Panel with #b535df background
background-color: #b535df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b535df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b535df; background: linear-gradient(135deg, #b535df, #DF3598);