#b95085
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 80, 133
HSL
330°, 43%, 52%
CMYK
0, 57, 28, 28
Luminance
0.1775
Every format
| HEX | #b95085 |
| RGB | rgb(185, 80, 133) |
| HSL | hsl(330, 43%, 52%) |
| CMYK | cmyk(0%, 57%, 28%, 28%) |
| LAB | lab(49.2 48.1 -8.7) |
| LCH | lch(49.2 48.9 349.7) |
| OKLCH | oklch(0.581 0.148 351.2) |
Copy-ready code
/* CSS */
color: #b95085;
background-color: #b95085;
/* Tailwind (arbitrary) */
class="text-[#b95085] bg-[#b95085]"
/* SCSS */
$brand: #b95085;
/* SwiftUI */
Color(red: 0.725, green: 0.314, blue: 0.522)
/* Android */
Color.parseColor("#b95085")Accessibility — WCAG contrast
Aa
#b95085 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b95085 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green31.4%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow28.1%
Key (black)27.5%
Color previews
#b95085 text on a black background
contrast 4.55:1
Card sample
#b95085 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95085;
Background color
Panel with #b95085 background
background-color: #b95085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 80, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 80, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95085; background: linear-gradient(135deg, #b95085, #B96150);