#b960af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
185, 96, 175
HSL
307°, 39%, 55%
CMYK
0, 48, 5, 28
Luminance
0.2178
Every format
| HEX | #b960af |
| RGB | rgb(185, 96, 175) |
| HSL | hsl(307, 39%, 55%) |
| CMYK | cmyk(0%, 48%, 5%, 28%) |
| LAB | lab(53.8 46.8 -26.5) |
| LCH | lch(53.8 53.7 330.5) |
| OKLCH | oklch(0.621 0.151 331.5) |
Copy-ready code
/* CSS */
color: #b960af;
background-color: #b960af;
/* Tailwind (arbitrary) */
class="text-[#b960af] bg-[#b960af]"
/* SCSS */
$brand: #b960af;
/* SwiftUI */
Color(red: 0.725, green: 0.376, blue: 0.686)
/* Android */
Color.parseColor("#b960af")Accessibility — WCAG contrast
Aa
#b960af on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b960af on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green37.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow5.4%
Key (black)27.5%
Color previews
#b960af text on a black background
contrast 5.36:1
Card sample
#b960af text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b960af;
Background color
Panel with #b960af background
background-color: #b960af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b960af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 96, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 96, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b960af; background: linear-gradient(135deg, #b960af, #B96074);