#b37bdf
a light, vivid violet · warm · closest name: orchid
RGB
179, 123, 223
HSL
274°, 61%, 68%
CMYK
20, 45, 0, 13
Luminance
0.2908
Every format
| HEX | #b37bdf |
| RGB | rgb(179, 123, 223) |
| HSL | hsl(274, 61%, 68%) |
| CMYK | cmyk(20%, 45%, 0%, 13%) |
| LAB | lab(60.9 40.3 -42.8) |
| LCH | lch(60.9 58.8 313.2) |
| OKLCH | oklch(0.679 0.153 308.7) |
Copy-ready code
/* CSS */
color: #b37bdf;
background-color: #b37bdf;
/* Tailwind (arbitrary) */
class="text-[#b37bdf] bg-[#b37bdf]"
/* SCSS */
$brand: #b37bdf;
/* SwiftUI */
Color(red: 0.702, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#b37bdf")Accessibility — WCAG contrast
Aa
#b37bdf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b37bdf on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green48.2%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b37bdf text on a black background
contrast 6.82:1
Card sample
#b37bdf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37bdf;
Background color
Panel with #b37bdf background
background-color: #b37bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37bdf; background: linear-gradient(135deg, #b37bdf, #DF7BC8);