#b830df
a balanced, vivid violet · warm · closest name: magenta
RGB
184, 48, 223
HSL
287°, 73%, 53%
CMYK
18, 79, 0, 13
Luminance
0.1763
Every format
| HEX | #b830df |
| RGB | rgb(184, 48, 223) |
| HSL | hsl(287, 73%, 53%) |
| CMYK | cmyk(18%, 79%, 0%, 13%) |
| LAB | lab(49.0 75.0 -61.6) |
| LCH | lch(49.0 97.1 320.6) |
| OKLCH | oklch(0.594 0.255 317.2) |
Copy-ready code
/* CSS */
color: #b830df;
background-color: #b830df;
/* Tailwind (arbitrary) */
class="text-[#b830df] bg-[#b830df]"
/* SCSS */
$brand: #b830df;
/* SwiftUI */
Color(red: 0.722, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#b830df")Accessibility — WCAG contrast
Aa
#b830df on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b830df on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.8%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b830df text on a black background
contrast 4.53:1
Card sample
#b830df text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b830df;
Background color
Panel with #b830df background
background-color: #b830df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b830df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b830df; background: linear-gradient(135deg, #b830df, #DF3091);