#b358ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 88, 172
HSL
305°, 37%, 52%
CMYK
0, 51, 4, 30
Luminance
0.1954
Every format
| HEX | #b358ac |
| RGB | rgb(179, 88, 172) |
| HSL | hsl(305, 37%, 52%) |
| CMYK | cmyk(0%, 51%, 4%, 30%) |
| LAB | lab(51.3 48.5 -28.6) |
| LCH | lch(51.3 56.3 329.4) |
| OKLCH | oklch(0.600 0.158 330.3) |
Copy-ready code
/* CSS */
color: #b358ac;
background-color: #b358ac;
/* Tailwind (arbitrary) */
class="text-[#b358ac] bg-[#b358ac]"
/* SCSS */
$brand: #b358ac;
/* SwiftUI */
Color(red: 0.702, green: 0.345, blue: 0.675)
/* Android */
Color.parseColor("#b358ac")Accessibility — WCAG contrast
Aa
#b358ac on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b358ac on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green34.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow3.9%
Key (black)29.8%
Color previews
#b358ac text on a black background
contrast 4.91:1
Card sample
#b358ac text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b358ac;
Background color
Panel with #b358ac background
background-color: #b358ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b358ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 88, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 88, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b358ac; background: linear-gradient(135deg, #b358ac, #B35870);