#b37fdf
a light, vivid violet · warm · closest name: orchid
RGB
179, 127, 223
HSL
273°, 60%, 69%
CMYK
20, 43, 0, 13
Luminance
0.3009
Every format
| HEX | #b37fdf |
| RGB | rgb(179, 127, 223) |
| HSL | hsl(273, 60%, 69%) |
| CMYK | cmyk(20%, 43%, 0%, 13%) |
| LAB | lab(61.7 38.1 -41.4) |
| LCH | lch(61.7 56.3 312.6) |
| OKLCH | oklch(0.686 0.146 307.9) |
Copy-ready code
/* CSS */
color: #b37fdf;
background-color: #b37fdf;
/* Tailwind (arbitrary) */
class="text-[#b37fdf] bg-[#b37fdf]"
/* SCSS */
$brand: #b37fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b37fdf")Accessibility — WCAG contrast
Aa
#b37fdf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b37fdf on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b37fdf text on a black background
contrast 7.02:1
Card sample
#b37fdf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b37fdf;
Background color
Panel with #b37fdf background
background-color: #b37fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b37fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b37fdf; background: linear-gradient(135deg, #b37fdf, #DF7FCB);