#b00fdf
a balanced, electric violet · warm · closest name: magenta
RGB
176, 15, 223
HSL
286°, 87%, 47%
CMYK
21, 93, 0, 13
Luminance
0.1490
Every format
| HEX | #b00fdf |
| RGB | rgb(176, 15, 223) |
| HSL | hsl(286, 87%, 47%) |
| CMYK | cmyk(21%, 93%, 0%, 13%) |
| LAB | lab(45.5 80.5 -67.4) |
| LCH | lch(45.5 105.0 320.1) |
| OKLCH | oklch(0.567 0.273 315.6) |
Copy-ready code
/* CSS */
color: #b00fdf;
background-color: #b00fdf;
/* Tailwind (arbitrary) */
class="text-[#b00fdf] bg-[#b00fdf]"
/* SCSS */
$brand: #b00fdf;
/* SwiftUI */
Color(red: 0.690, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#b00fdf")Accessibility — WCAG contrast
Aa
#b00fdf on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b00fdf on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b00fdf text on a black background
contrast 3.98:1
Card sample
#b00fdf text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b00fdf;
Background color
Panel with #b00fdf background
background-color: #b00fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b00fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b00fdf; background: linear-gradient(135deg, #b00fdf, #DF0F84);