#b338f0
a balanced, electric violet · warm · closest name: magenta
RGB
179, 56, 240
HSL
280°, 86%, 58%
CMYK
25, 77, 0, 6
Luminance
0.1870
Every format
| HEX | #b338f0 |
| RGB | rgb(179, 56, 240) |
| HSL | hsl(280, 86%, 58%) |
| CMYK | cmyk(25%, 77%, 0%, 6%) |
| LAB | lab(50.3 74.9 -69.2) |
| LCH | lch(50.3 102.0 317.3) |
| OKLCH | oklch(0.606 0.261 311.3) |
Copy-ready code
/* CSS */
color: #b338f0;
background-color: #b338f0;
/* Tailwind (arbitrary) */
class="text-[#b338f0] bg-[#b338f0]"
/* SCSS */
$brand: #b338f0;
/* SwiftUI */
Color(red: 0.702, green: 0.220, blue: 0.941)
/* Android */
Color.parseColor("#b338f0")Accessibility — WCAG contrast
Aa
#b338f0 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b338f0 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green22.0%
Blue94.1%
CMYK percentages
Cyan25.4%
Magenta76.7%
Yellow0.0%
Key (black)5.9%
Color previews
#b338f0 text on a black background
contrast 4.74:1
Card sample
#b338f0 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b338f0;
Background color
Panel with #b338f0 background
background-color: #b338f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b338f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 56, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 56, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b338f0; background: linear-gradient(135deg, #b338f0, #F038B2);