#b36bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 107, 223
HSL
277°, 64%, 65%
CMYK
20, 52, 0, 13
Luminance
0.2543
Every format
| HEX | #b36bdf |
| RGB | rgb(179, 107, 223) |
| HSL | hsl(277, 64%, 65%) |
| CMYK | cmyk(20%, 52%, 0%, 13%) |
| LAB | lab(57.5 48.9 -48.1) |
| LCH | lch(57.5 68.6 315.4) |
| OKLCH | oklch(0.654 0.179 311.1) |
Copy-ready code
/* CSS */
color: #b36bdf;
background-color: #b36bdf;
/* Tailwind (arbitrary) */
class="text-[#b36bdf] bg-[#b36bdf]"
/* SCSS */
$brand: #b36bdf;
/* SwiftUI */
Color(red: 0.702, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b36bdf")Accessibility — WCAG contrast
Aa
#b36bdf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b36bdf on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green42.0%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b36bdf text on a black background
contrast 6.09:1
Card sample
#b36bdf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b36bdf;
Background color
Panel with #b36bdf background
background-color: #b36bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b36bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b36bdf; background: linear-gradient(135deg, #b36bdf, #DF6BBE);