#b039fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 57, 253
HSL
276°, 98%, 61%
CMYK
30, 78, 0, 1
Luminance
0.1925
Every format
| HEX | #b039fd |
| RGB | rgb(176, 57, 253) |
| HSL | hsl(276, 98%, 61%) |
| CMYK | cmyk(30%, 78%, 0%, 1%) |
| LAB | lab(51.0 76.7 -75.4) |
| LCH | lch(51.0 107.6 315.5) |
| OKLCH | oklch(0.612 0.270 307.5) |
Copy-ready code
/* CSS */
color: #b039fd;
background-color: #b039fd;
/* Tailwind (arbitrary) */
class="text-[#b039fd] bg-[#b039fd]"
/* SCSS */
$brand: #b039fd;
/* SwiftUI */
Color(red: 0.690, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#b039fd")Accessibility — WCAG contrast
Aa
#b039fd on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b039fd on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green22.4%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b039fd text on a black background
contrast 4.85:1
Card sample
#b039fd text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b039fd;
Background color
Panel with #b039fd background
background-color: #b039fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b039fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b039fd; background: linear-gradient(135deg, #b039fd, #FD39C7);