#a766bb
a balanced, soft violet · warm · closest name: orchid
RGB
167, 102, 187
HSL
286°, 39%, 57%
CMYK
11, 46, 0, 27
Luminance
0.2131
Every format
| HEX | #a766bb |
| RGB | rgb(167, 102, 187) |
| HSL | hsl(286, 39%, 57%) |
| CMYK | cmyk(11%, 46%, 0%, 27%) |
| LAB | lab(53.3 40.5 -34.4) |
| LCH | lch(53.3 53.1 319.7) |
| OKLCH | oklch(0.614 0.142 317.9) |
Copy-ready code
/* CSS */
color: #a766bb;
background-color: #a766bb;
/* Tailwind (arbitrary) */
class="text-[#a766bb] bg-[#a766bb]"
/* SCSS */
$brand: #a766bb;
/* SwiftUI */
Color(red: 0.655, green: 0.400, blue: 0.733)
/* Android */
Color.parseColor("#a766bb")Accessibility — WCAG contrast
Aa
#a766bb on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a766bb on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green40.0%
Blue73.3%
CMYK percentages
Cyan10.7%
Magenta45.5%
Yellow0.0%
Key (black)26.7%
Color previews
#a766bb text on a black background
contrast 5.26:1
Card sample
#a766bb text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a766bb;
Background color
Panel with #a766bb background
background-color: #a766bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a766bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 102, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 102, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a766bb; background: linear-gradient(135deg, #a766bb, #BB6696);