#b613ff
a balanced, electric violet · warm · closest name: magenta
RGB
182, 19, 255
HSL
281°, 100%, 54%
CMYK
29, 93, 0, 0
Luminance
0.1763
Every format
| HEX | #b613ff |
| RGB | rgb(182, 19, 255) |
| HSL | hsl(281, 100%, 54%) |
| CMYK | cmyk(29%, 93%, 0%, 0%) |
| LAB | lab(49.0 86.6 -79.6) |
| LCH | lch(49.0 117.6 317.4) |
| OKLCH | oklch(0.601 0.297 310.2) |
Copy-ready code
/* CSS */
color: #b613ff;
background-color: #b613ff;
/* Tailwind (arbitrary) */
class="text-[#b613ff] bg-[#b613ff]"
/* SCSS */
$brand: #b613ff;
/* SwiftUI */
Color(red: 0.714, green: 0.075, blue: 1.000)
/* Android */
Color.parseColor("#b613ff")Accessibility — WCAG contrast
Aa
#b613ff on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b613ff on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.5%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta92.5%
Yellow0.0%
Key (black)0.0%
Color previews
#b613ff text on a black background
contrast 4.53:1
Card sample
#b613ff text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b613ff;
Background color
Panel with #b613ff background
background-color: #b613ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b613ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 19, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 19, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b613ff; background: linear-gradient(135deg, #b613ff, #FF13AB);