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