#b025fd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 37, 253
HSL
279°, 98%, 57%
CMYK
30, 85, 0, 1
Luminance
0.1765
Every format
| HEX | #b025fd |
| RGB | rgb(176, 37, 253) |
| HSL | hsl(279, 98%, 57%) |
| CMYK | cmyk(30%, 85%, 0%, 1%) |
| LAB | lab(49.1 82.3 -78.5) |
| LCH | lch(49.1 113.8 316.3) |
| OKLCH | oklch(0.599 0.285 308.4) |
Copy-ready code
/* CSS */
color: #b025fd;
background-color: #b025fd;
/* Tailwind (arbitrary) */
class="text-[#b025fd] bg-[#b025fd]"
/* SCSS */
$brand: #b025fd;
/* SwiftUI */
Color(red: 0.690, green: 0.145, blue: 0.992)
/* Android */
Color.parseColor("#b025fd")Accessibility — WCAG contrast
Aa
#b025fd on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b025fd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.5%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta85.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b025fd text on a black background
contrast 4.53:1
Card sample
#b025fd text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b025fd;
Background color
Panel with #b025fd background
background-color: #b025fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b025fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 37, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 37, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b025fd; background: linear-gradient(135deg, #b025fd, #FD25BA);