#b96af2
a light, electric violet · warm · closest name: orchid
RGB
185, 106, 242
HSL
275°, 84%, 68%
CMYK
24, 56, 0, 5
Luminance
0.2703
Every format
| HEX | #b96af2 |
| RGB | rgb(185, 106, 242) |
| HSL | hsl(275, 84%, 68%) |
| CMYK | cmyk(24%, 56%, 0%, 5%) |
| LAB | lab(59.0 55.1 -56.3) |
| LCH | lch(59.0 78.7 314.4) |
| OKLCH | oklch(0.670 0.203 308.7) |
Copy-ready code
/* CSS */
color: #b96af2;
background-color: #b96af2;
/* Tailwind (arbitrary) */
class="text-[#b96af2] bg-[#b96af2]"
/* SCSS */
$brand: #b96af2;
/* SwiftUI */
Color(red: 0.725, green: 0.416, blue: 0.949)
/* Android */
Color.parseColor("#b96af2")Accessibility — WCAG contrast
Aa
#b96af2 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b96af2 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green41.6%
Blue94.9%
CMYK percentages
Cyan23.6%
Magenta56.2%
Yellow0.0%
Key (black)5.1%
Color previews
#b96af2 text on a black background
contrast 6.41:1
Card sample
#b96af2 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b96af2;
Background color
Panel with #b96af2 background
background-color: #b96af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b96af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 106, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 106, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b96af2; background: linear-gradient(135deg, #b96af2, #F26AD0);