#b618df
a balanced, electric violet · warm · closest name: magenta
RGB
182, 24, 223
HSL
288°, 81%, 48%
CMYK
18, 89, 0, 13
Luminance
0.1593
Every format
| HEX | #b618df |
| RGB | rgb(182, 24, 223) |
| HSL | hsl(288, 81%, 48%) |
| CMYK | cmyk(18%, 89%, 0%, 13%) |
| LAB | lab(46.9 80.2 -65.1) |
| LCH | lch(46.9 103.3 320.9) |
| OKLCH | oklch(0.579 0.271 317.2) |
Copy-ready code
/* CSS */
color: #b618df;
background-color: #b618df;
/* Tailwind (arbitrary) */
class="text-[#b618df] bg-[#b618df]"
/* SCSS */
$brand: #b618df;
/* SwiftUI */
Color(red: 0.714, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#b618df")Accessibility — WCAG contrast
Aa
#b618df on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b618df on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green9.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta89.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b618df text on a black background
contrast 4.19:1
Card sample
#b618df text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b618df;
Background color
Panel with #b618df background
background-color: #b618df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b618df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b618df; background: linear-gradient(135deg, #b618df, #DF1883);