#b06acf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 106, 207
HSL
282°, 51%, 61%
CMYK
15, 49, 0, 19
Luminance
0.2404
Every format
| HEX | #b06acf |
| RGB | rgb(176, 106, 207) |
| HSL | hsl(282, 51%, 61%) |
| CMYK | cmyk(15%, 49%, 0%, 19%) |
| LAB | lab(56.1 45.1 -41.3) |
| LCH | lch(56.1 61.1 317.6) |
| OKLCH | oklch(0.640 0.161 314.6) |
Copy-ready code
/* CSS */
color: #b06acf;
background-color: #b06acf;
/* Tailwind (arbitrary) */
class="text-[#b06acf] bg-[#b06acf]"
/* SCSS */
$brand: #b06acf;
/* SwiftUI */
Color(red: 0.690, green: 0.416, blue: 0.812)
/* Android */
Color.parseColor("#b06acf")Accessibility — WCAG contrast
Aa
#b06acf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06acf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.6%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta48.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b06acf text on a black background
contrast 5.81:1
Card sample
#b06acf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06acf;
Background color
Panel with #b06acf background
background-color: #b06acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 106, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 106, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06acf; background: linear-gradient(135deg, #b06acf, #CF6AAB);