#b366ce
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 102, 206
HSL
284°, 52%, 60%
CMYK
13, 51, 0, 19
Luminance
0.2354
Every format
| HEX | #b366ce |
| RGB | rgb(179, 102, 206) |
| HSL | hsl(284, 52%, 60%) |
| CMYK | cmyk(13%, 51%, 0%, 19%) |
| LAB | lab(55.6 47.9 -41.5) |
| LCH | lch(55.6 63.3 319.1) |
| OKLCH | oklch(0.637 0.168 316.7) |
Copy-ready code
/* CSS */
color: #b366ce;
background-color: #b366ce;
/* Tailwind (arbitrary) */
class="text-[#b366ce] bg-[#b366ce]"
/* SCSS */
$brand: #b366ce;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.808)
/* Android */
Color.parseColor("#b366ce")Accessibility — WCAG contrast
Aa
#b366ce on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366ce on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue80.8%
CMYK percentages
Cyan13.1%
Magenta50.5%
Yellow0.0%
Key (black)19.2%
Color previews
#b366ce text on a black background
contrast 5.71:1
Card sample
#b366ce text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366ce;
Background color
Panel with #b366ce background
background-color: #b366ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366ce; background: linear-gradient(135deg, #b366ce, #CE66A4);