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