#b366cf
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 102, 207
HSL
284°, 52%, 61%
CMYK
14, 51, 0, 19
Luminance
0.2359
Every format
| HEX | #b366cf |
| RGB | rgb(179, 102, 207) |
| HSL | hsl(284, 52%, 61%) |
| CMYK | cmyk(14%, 51%, 0%, 19%) |
| LAB | lab(55.7 48.1 -42.0) |
| LCH | lch(55.7 63.8 318.9) |
| OKLCH | oklch(0.638 0.169 316.4) |
Copy-ready code
/* CSS */
color: #b366cf;
background-color: #b366cf;
/* Tailwind (arbitrary) */
class="text-[#b366cf] bg-[#b366cf]"
/* SCSS */
$brand: #b366cf;
/* SwiftUI */
Color(red: 0.702, green: 0.400, blue: 0.812)
/* Android */
Color.parseColor("#b366cf")Accessibility — WCAG contrast
Aa
#b366cf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b366cf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.0%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta50.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b366cf text on a black background
contrast 5.72:1
Card sample
#b366cf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b366cf;
Background color
Panel with #b366cf background
background-color: #b366cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b366cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 102, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 102, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b366cf; background: linear-gradient(135deg, #b366cf, #CF66A5);