#b366da
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 102, 218
HSL
280°, 61%, 63%
CMYK
18, 53, 0, 15
Luminance
0.2415
Every format
| HEX | #b366da |
| RGB | rgb(179, 102, 218) |
| HSL | hsl(280, 61%, 63%) |
| CMYK | cmyk(18%, 53%, 0%, 15%) |
| LAB | lab(56.2 50.4 -47.3) |
| LCH | lch(56.2 69.1 316.8) |
| OKLCH | oklch(0.644 0.181 313.1) |
Copy-ready code
/* CSS */
color: #b366da;
background-color: #b366da;
/* Tailwind (arbitrary) */
class="text-[#b366da] bg-[#b366da]"
/* SCSS */
$brand: #b366da;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.855)
/* Android */
Color.parseColor("#b366da")Accessibility — WCAG contrast
Aa
#b366da on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366da on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta53.2%
Yellow0.0%
Key (black)14.5%
Color previews
#b366da text on a black background
contrast 5.83:1
Card sample
#b366da text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366da;
Background color
Panel with #b366da background
background-color: #b366da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366da; background: linear-gradient(135deg, #b366da, #DA66B4);