#b97eee
a light, electric violet · warm · closest name: orchid
RGB
185, 126, 238
HSL
272°, 77%, 71%
CMYK
22, 47, 0, 7
Luminance
0.3141
Every format
| HEX | #b97eee |
| RGB | rgb(185, 126, 238) |
| HSL | hsl(272, 77%, 71%) |
| CMYK | cmyk(22%, 47%, 0%, 7%) |
| LAB | lab(62.9 43.6 -48.0) |
| LCH | lch(62.9 64.9 312.3) |
| OKLCH | oklch(0.698 0.168 306.9) |
Copy-ready code
/* CSS */
color: #b97eee;
background-color: #b97eee;
/* Tailwind (arbitrary) */
class="text-[#b97eee] bg-[#b97eee]"
/* SCSS */
$brand: #b97eee;
/* SwiftUI */
Color(red: 0.725, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#b97eee")Accessibility — WCAG contrast
Aa
#b97eee on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b97eee on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b97eee text on a black background
contrast 7.28:1
Card sample
#b97eee text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97eee;
Background color
Panel with #b97eee background
background-color: #b97eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97eee; background: linear-gradient(135deg, #b97eee, #EE7ED8);