#b97af2
a light, electric violet · warm · closest name: orchid
RGB
185, 122, 242
HSL
272°, 82%, 71%
CMYK
24, 50, 0, 5
Luminance
0.3064
Every format
| HEX | #b97af2 |
| RGB | rgb(185, 122, 242) |
| HSL | hsl(272, 82%, 71%) |
| CMYK | cmyk(24%, 50%, 0%, 5%) |
| LAB | lab(62.2 46.7 -51.2) |
| LCH | lch(62.2 69.3 312.4) |
| OKLCH | oklch(0.694 0.179 306.6) |
Copy-ready code
/* CSS */
color: #b97af2;
background-color: #b97af2;
/* Tailwind (arbitrary) */
class="text-[#b97af2] bg-[#b97af2]"
/* SCSS */
$brand: #b97af2;
/* SwiftUI */
Color(red: 0.725, green: 0.478, blue: 0.949)
/* Android */
Color.parseColor("#b97af2")Accessibility — WCAG contrast
Aa
#b97af2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b97af2 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green47.8%
Blue94.9%
CMYK percentages
Cyan23.6%
Magenta49.6%
Yellow0.0%
Key (black)5.1%
Color previews
#b97af2 text on a black background
contrast 7.13:1
Card sample
#b97af2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97af2;
Background color
Panel with #b97af2 background
background-color: #b97af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 122, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 122, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97af2; background: linear-gradient(135deg, #b97af2, #F27ADB);