#b06384
a balanced, soft magenta / pink · warm · closest name: plum
RGB
176, 99, 132
HSL
334°, 33%, 54%
CMYK
0, 44, 25, 31
Luminance
0.1982
Every format
| HEX | #b06384 |
| RGB | rgb(176, 99, 132) |
| HSL | hsl(334, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 25%, 31%) |
| LAB | lab(51.6 35.2 -4.6) |
| LCH | lch(51.6 35.5 352.5) |
| OKLCH | oklch(0.597 0.107 353.7) |
Copy-ready code
/* CSS */
color: #b06384;
background-color: #b06384;
/* Tailwind (arbitrary) */
class="text-[#b06384] bg-[#b06384]"
/* SCSS */
$brand: #b06384;
/* SwiftUI */
Color(red: 0.690, green: 0.388, blue: 0.518)
/* Android */
Color.parseColor("#b06384")Accessibility — WCAG contrast
Aa
#b06384 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06384 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green38.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow25.0%
Key (black)31.0%
Color previews
#b06384 text on a black background
contrast 4.96:1
Card sample
#b06384 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06384;
Background color
Panel with #b06384 background
background-color: #b06384;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06384;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 99, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 99, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06384; background: linear-gradient(135deg, #b06384, #B07563);