#b06fdc
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 111, 220
HSL
276°, 61%, 65%
CMYK
20, 50, 0, 14
Luminance
0.2577
Every format
| HEX | #b06fdc |
| RGB | rgb(176, 111, 220) |
| HSL | hsl(276, 61%, 65%) |
| CMYK | cmyk(20%, 50%, 0%, 14%) |
| LAB | lab(57.8 45.3 -46.0) |
| LCH | lch(57.8 64.5 314.6) |
| OKLCH | oklch(0.655 0.168 310.1) |
Copy-ready code
/* CSS */
color: #b06fdc;
background-color: #b06fdc;
/* Tailwind (arbitrary) */
class="text-[#b06fdc] bg-[#b06fdc]"
/* SCSS */
$brand: #b06fdc;
/* SwiftUI */
Color(red: 0.690, green: 0.435, blue: 0.863)
/* Android */
Color.parseColor("#b06fdc")Accessibility — WCAG contrast
Aa
#b06fdc on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06fdc on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green43.5%
Blue86.3%
CMYK percentages
Cyan20.0%
Magenta49.5%
Yellow0.0%
Key (black)13.7%
Color previews
#b06fdc text on a black background
contrast 6.15:1
Card sample
#b06fdc text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06fdc;
Background color
Panel with #b06fdc background
background-color: #b06fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 111, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 111, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06fdc; background: linear-gradient(135deg, #b06fdc, #DC6FBF);