#b35396
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 83, 150
HSL
318°, 39%, 51%
CMYK
0, 54, 16, 30
Luminance
0.1797
Every format
| HEX | #b35396 |
| RGB | rgb(179, 83, 150) |
| HSL | hsl(318, 39%, 51%) |
| CMYK | cmyk(0%, 54%, 16%, 30%) |
| LAB | lab(49.5 47.3 -18.5) |
| LCH | lch(49.5 50.8 338.6) |
| OKLCH | oklch(0.584 0.148 340.4) |
Copy-ready code
/* CSS */
color: #b35396;
background-color: #b35396;
/* Tailwind (arbitrary) */
class="text-[#b35396] bg-[#b35396]"
/* SCSS */
$brand: #b35396;
/* SwiftUI */
Color(red: 0.702, green: 0.325, blue: 0.588)
/* Android */
Color.parseColor("#b35396")Accessibility — WCAG contrast
Aa
#b35396 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b35396 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green32.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow16.2%
Key (black)29.8%
Color previews
#b35396 text on a black background
contrast 4.59:1
Card sample
#b35396 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35396;
Background color
Panel with #b35396 background
background-color: #b35396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 83, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 83, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35396; background: linear-gradient(135deg, #b35396, #B35356);