#b97fdf
a light, vivid violet · warm · closest name: orchid
RGB
185, 127, 223
HSL
276°, 60%, 69%
CMYK
17, 43, 0, 13
Luminance
0.3082
Every format
| HEX | #b97fdf |
| RGB | rgb(185, 127, 223) |
| HSL | hsl(276, 60%, 69%) |
| CMYK | cmyk(17%, 43%, 0%, 13%) |
| LAB | lab(62.4 39.8 -40.4) |
| LCH | lch(62.4 56.7 314.5) |
| OKLCH | oklch(0.692 0.148 310.8) |
Copy-ready code
/* CSS */
color: #b97fdf;
background-color: #b97fdf;
/* Tailwind (arbitrary) */
class="text-[#b97fdf] bg-[#b97fdf]"
/* SCSS */
$brand: #b97fdf;
/* SwiftUI */
Color(red: 0.725, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b97fdf")Accessibility — WCAG contrast
Aa
#b97fdf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b97fdf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b97fdf text on a black background
contrast 7.16:1
Card sample
#b97fdf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97fdf;
Background color
Panel with #b97fdf background
background-color: #b97fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97fdf; background: linear-gradient(135deg, #b97fdf, #DF7FC5);