#b338df
a balanced, vivid violet · warm · closest name: magenta
RGB
179, 56, 223
HSL
284°, 72%, 55%
CMYK
20, 75, 0, 13
Luminance
0.1774
Every format
| HEX | #b338df |
| RGB | rgb(179, 56, 223) |
| HSL | hsl(284, 72%, 55%) |
| CMYK | cmyk(20%, 75%, 0%, 13%) |
| LAB | lab(49.2 71.6 -61.4) |
| LCH | lch(49.2 94.3 319.4) |
| OKLCH | oklch(0.594 0.246 315.3) |
Copy-ready code
/* CSS */
color: #b338df;
background-color: #b338df;
/* Tailwind (arbitrary) */
class="text-[#b338df] bg-[#b338df]"
/* SCSS */
$brand: #b338df;
/* SwiftUI */
Color(red: 0.702, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#b338df")Accessibility — WCAG contrast
Aa
#b338df on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b338df on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green22.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta74.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b338df text on a black background
contrast 4.55:1
Card sample
#b338df text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b338df;
Background color
Panel with #b338df background
background-color: #b338df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b338df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b338df; background: linear-gradient(135deg, #b338df, #DF389C);