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