#b14acd
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 74, 205
HSL
287°, 57%, 55%
CMYK
14, 64, 0, 20
Luminance
0.1865
Every format
| HEX | #b14acd |
| RGB | rgb(177, 74, 205) |
| HSL | hsl(287, 57%, 55%) |
| CMYK | cmyk(14%, 64%, 0%, 20%) |
| LAB | lab(50.3 60.7 -49.4) |
| LCH | lch(50.3 78.3 320.9) |
| OKLCH | oklch(0.598 0.208 318.4) |
Copy-ready code
/* CSS */
color: #b14acd;
background-color: #b14acd;
/* Tailwind (arbitrary) */
class="text-[#b14acd] bg-[#b14acd]"
/* SCSS */
$brand: #b14acd;
/* SwiftUI */
Color(red: 0.694, green: 0.290, blue: 0.804)
/* Android */
Color.parseColor("#b14acd")Accessibility — WCAG contrast
Aa
#b14acd on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b14acd on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green29.0%
Blue80.4%
CMYK percentages
Cyan13.7%
Magenta63.9%
Yellow0.0%
Key (black)19.6%
Color previews
#b14acd text on a black background
contrast 4.73:1
Card sample
#b14acd text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14acd;
Background color
Panel with #b14acd background
background-color: #b14acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 74, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 74, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14acd; background: linear-gradient(135deg, #b14acd, #CD4A92);