#b02daf
a dark, vivid magenta / pink · warm · closest name: purple
RGB
176, 45, 175
HSL
301°, 59%, 43%
CMYK
0, 74, 1, 31
Luminance
0.1420
Every format
| HEX | #b02daf |
| RGB | rgb(176, 45, 175) |
| HSL | hsl(301, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 1%, 31%) |
| LAB | lab(44.5 66.1 -41.1) |
| LCH | lch(44.5 77.8 328.1) |
| OKLCH | oklch(0.550 0.217 328.4) |
Copy-ready code
/* CSS */
color: #b02daf;
background-color: #b02daf;
/* Tailwind (arbitrary) */
class="text-[#b02daf] bg-[#b02daf]"
/* SCSS */
$brand: #b02daf;
/* SwiftUI */
Color(red: 0.690, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#b02daf")Accessibility — WCAG contrast
Aa
#b02daf on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02daf on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow0.6%
Key (black)31.0%
Color previews
#b02daf text on a black background
contrast 3.84:1
Card sample
#b02daf text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02daf;
Background color
Panel with #b02daf background
background-color: #b02daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02daf; background: linear-gradient(135deg, #b02daf, #B02D57);