#b95fc2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 95, 194
HSL
295°, 45%, 57%
CMYK
5, 51, 0, 24
Luminance
0.2239
Every format
| HEX | #b95fc2 |
| RGB | rgb(185, 95, 194) |
| HSL | hsl(295, 45%, 57%) |
| CMYK | cmyk(5%, 51%, 0%, 24%) |
| LAB | lab(54.4 50.7 -36.4) |
| LCH | lch(54.4 62.5 324.3) |
| OKLCH | oklch(0.628 0.170 323.9) |
Copy-ready code
/* CSS */
color: #b95fc2;
background-color: #b95fc2;
/* Tailwind (arbitrary) */
class="text-[#b95fc2] bg-[#b95fc2]"
/* SCSS */
$brand: #b95fc2;
/* SwiftUI */
Color(red: 0.725, green: 0.373, blue: 0.761)
/* Android */
Color.parseColor("#b95fc2")Accessibility — WCAG contrast
Aa
#b95fc2 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b95fc2 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green37.3%
Blue76.1%
CMYK percentages
Cyan4.6%
Magenta51.0%
Yellow0.0%
Key (black)23.9%
Color previews
#b95fc2 text on a black background
contrast 5.48:1
Card sample
#b95fc2 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b95fc2;
Background color
Panel with #b95fc2 background
background-color: #b95fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b95fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 95, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 95, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b95fc2; background: linear-gradient(135deg, #b95fc2, #C25F89);