#b14acf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 74, 207
HSL
287°, 58%, 55%
CMYK
15, 64, 0, 19
Luminance
0.1875
Every format
| HEX | #b14acf |
| RGB | rgb(177, 74, 207) |
| HSL | hsl(287, 58%, 55%) |
| CMYK | cmyk(15%, 64%, 0%, 19%) |
| LAB | lab(50.4 61.1 -50.4) |
| LCH | lch(50.4 79.2 320.5) |
| OKLCH | oklch(0.599 0.210 317.8) |
Copy-ready code
/* CSS */
color: #b14acf;
background-color: #b14acf;
/* Tailwind (arbitrary) */
class="text-[#b14acf] bg-[#b14acf]"
/* SCSS */
$brand: #b14acf;
/* SwiftUI */
Color(red: 0.694, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#b14acf")Accessibility — WCAG contrast
Aa
#b14acf on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b14acf on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green29.0%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta64.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b14acf text on a black background
contrast 4.75:1
Card sample
#b14acf text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14acf;
Background color
Panel with #b14acf background
background-color: #b14acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14acf; background: linear-gradient(135deg, #b14acf, #CF4A94);