#b97cdf
a light, vivid violet · warm · closest name: orchid
RGB
185, 124, 223
HSL
277°, 61%, 68%
CMYK
17, 44, 0, 13
Luminance
0.3006
Every format
| HEX | #b97cdf |
| RGB | rgb(185, 124, 223) |
| HSL | hsl(277, 61%, 68%) |
| CMYK | cmyk(17%, 44%, 0%, 13%) |
| LAB | lab(61.7 41.4 -41.4) |
| LCH | lch(61.7 58.6 315.0) |
| OKLCH | oklch(0.687 0.153 311.3) |
Copy-ready code
/* CSS */
color: #b97cdf;
background-color: #b97cdf;
/* Tailwind (arbitrary) */
class="text-[#b97cdf] bg-[#b97cdf]"
/* SCSS */
$brand: #b97cdf;
/* SwiftUI */
Color(red: 0.725, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#b97cdf")Accessibility — WCAG contrast
Aa
#b97cdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b97cdf on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green48.6%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b97cdf text on a black background
contrast 7.01:1
Card sample
#b97cdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b97cdf;
Background color
Panel with #b97cdf background
background-color: #b97cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b97cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b97cdf; background: linear-gradient(135deg, #b97cdf, #DF7CC3);