#b113df
a balanced, electric violet · warm · closest name: magenta
RGB
177, 19, 223
HSL
287°, 84%, 48%
CMYK
21, 92, 0, 13
Luminance
0.1514
Every format
| HEX | #b113df |
| RGB | rgb(177, 19, 223) |
| HSL | hsl(287, 84%, 48%) |
| CMYK | cmyk(21%, 92%, 0%, 13%) |
| LAB | lab(45.8 80.2 -66.9) |
| LCH | lch(45.8 104.4 320.2) |
| OKLCH | oklch(0.570 0.271 315.8) |
Copy-ready code
/* CSS */
color: #b113df;
background-color: #b113df;
/* Tailwind (arbitrary) */
class="text-[#b113df] bg-[#b113df]"
/* SCSS */
$brand: #b113df;
/* SwiftUI */
Color(red: 0.694, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#b113df")Accessibility — WCAG contrast
Aa
#b113df on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b113df on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b113df text on a black background
contrast 4.03:1
Card sample
#b113df text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b113df;
Background color
Panel with #b113df background
background-color: #b113df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b113df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b113df; background: linear-gradient(135deg, #b113df, #DF1385);