#b808df
a balanced, electric violet · warm · closest name: magenta
RGB
184, 8, 223
HSL
289°, 93%, 45%
CMYK
18, 96, 0, 13
Luminance
0.1569
Every format
| HEX | #b808df |
| RGB | rgb(184, 8, 223) |
| HSL | hsl(289, 93%, 45%) |
| CMYK | cmyk(18%, 96%, 0%, 13%) |
| LAB | lab(46.6 82.3 -65.6) |
| LCH | lch(46.6 105.3 321.4) |
| OKLCH | oklch(0.577 0.277 318.0) |
Copy-ready code
/* CSS */
color: #b808df;
background-color: #b808df;
/* Tailwind (arbitrary) */
class="text-[#b808df] bg-[#b808df]"
/* SCSS */
$brand: #b808df;
/* SwiftUI */
Color(red: 0.722, green: 0.031, blue: 0.875)
/* Android */
Color.parseColor("#b808df")Accessibility — WCAG contrast
Aa
#b808df on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b808df on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green3.1%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta96.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b808df text on a black background
contrast 4.14:1
Card sample
#b808df text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b808df;
Background color
Panel with #b808df background
background-color: #b808df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b808df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 8, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 8, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b808df; background: linear-gradient(135deg, #b808df, #DF0877);