#b36fdf
a light, vivid violet · warm · closest name: orchid
RGB
179, 111, 223
HSL
276°, 64%, 66%
CMYK
20, 50, 0, 13
Luminance
0.2628
Every format
| HEX | #b36fdf |
| RGB | rgb(179, 111, 223) |
| HSL | hsl(276, 64%, 66%) |
| CMYK | cmyk(20%, 50%, 0%, 13%) |
| LAB | lab(58.3 46.8 -46.9) |
| LCH | lch(58.3 66.2 314.9) |
| OKLCH | oklch(0.660 0.172 310.5) |
Copy-ready code
/* CSS */
color: #b36fdf;
background-color: #b36fdf;
/* Tailwind (arbitrary) */
class="text-[#b36fdf] bg-[#b36fdf]"
/* SCSS */
$brand: #b36fdf;
/* SwiftUI */
Color(red: 0.702, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b36fdf")Accessibility — WCAG contrast
Aa
#b36fdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36fdf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green43.5%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b36fdf text on a black background
contrast 6.26:1
Card sample
#b36fdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36fdf;
Background color
Panel with #b36fdf background
background-color: #b36fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36fdf; background: linear-gradient(135deg, #b36fdf, #DF6FC0);