#b145cf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 69, 207
HSL
287°, 59%, 54%
CMYK
15, 67, 0, 19
Luminance
0.1811
Every format
| HEX | #b145cf |
| RGB | rgb(177, 69, 207) |
| HSL | hsl(287, 59%, 54%) |
| CMYK | cmyk(15%, 67%, 0%, 19%) |
| LAB | lab(49.6 63.2 -51.6) |
| LCH | lch(49.6 81.6 320.8) |
| OKLCH | oklch(0.593 0.216 318.1) |
Copy-ready code
/* CSS */
color: #b145cf;
background-color: #b145cf;
/* Tailwind (arbitrary) */
class="text-[#b145cf] bg-[#b145cf]"
/* SCSS */
$brand: #b145cf;
/* SwiftUI */
Color(red: 0.694, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#b145cf")Accessibility — WCAG contrast
Aa
#b145cf on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b145cf on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green27.1%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#b145cf text on a black background
contrast 4.62:1
Card sample
#b145cf text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b145cf;
Background color
Panel with #b145cf background
background-color: #b145cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b145cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b145cf; background: linear-gradient(135deg, #b145cf, #CF4591);