#b35992
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 89, 146
HSL
322°, 37%, 53%
CMYK
0, 50, 18, 30
Luminance
0.1880
Every format
| HEX | #b35992 |
| RGB | rgb(179, 89, 146) |
| HSL | hsl(322, 37%, 53%) |
| CMYK | cmyk(0%, 50%, 18%, 30%) |
| LAB | lab(50.5 43.6 -14.7) |
| LCH | lch(50.5 46.0 341.4) |
| OKLCH | oklch(0.591 0.135 343.3) |
Copy-ready code
/* CSS */
color: #b35992;
background-color: #b35992;
/* Tailwind (arbitrary) */
class="text-[#b35992] bg-[#b35992]"
/* SCSS */
$brand: #b35992;
/* SwiftUI */
Color(red: 0.702, green: 0.349, blue: 0.573)
/* Android */
Color.parseColor("#b35992")Accessibility — WCAG contrast
Aa
#b35992 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b35992 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green34.9%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta50.3%
Yellow18.4%
Key (black)29.8%
Color previews
#b35992 text on a black background
contrast 4.76:1
Card sample
#b35992 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b35992;
Background color
Panel with #b35992 background
background-color: #b35992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b35992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 89, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 89, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b35992; background: linear-gradient(135deg, #b35992, #B35C59);