#b07acf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 122, 207
HSL
278°, 47%, 65%
CMYK
15, 41, 0, 19
Luminance
0.2765
Every format
| HEX | #b07acf |
| RGB | rgb(176, 122, 207) |
| HSL | hsl(278, 47%, 65%) |
| CMYK | cmyk(15%, 41%, 0%, 19%) |
| LAB | lab(59.6 36.4 -35.9) |
| LCH | lch(59.6 51.1 315.4) |
| OKLCH | oklch(0.666 0.134 312.4) |
Copy-ready code
/* CSS */
color: #b07acf;
background-color: #b07acf;
/* Tailwind (arbitrary) */
class="text-[#b07acf] bg-[#b07acf]"
/* SCSS */
$brand: #b07acf;
/* SwiftUI */
Color(red: 0.690, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#b07acf")Accessibility — WCAG contrast
Aa
#b07acf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07acf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green47.8%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b07acf text on a black background
contrast 6.53:1
Card sample
#b07acf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07acf;
Background color
Panel with #b07acf background
background-color: #b07acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07acf; background: linear-gradient(135deg, #b07acf, #CF7AB5);