#b945df
a balanced, vivid violet · warm · closest name: orchid
RGB
185, 69, 223
HSL
285°, 71%, 57%
CMYK
17, 69, 0, 13
Luminance
0.1990
Every format
| HEX | #b945df |
| RGB | rgb(185, 69, 223) |
| HSL | hsl(285, 71%, 57%) |
| CMYK | cmyk(17%, 69%, 0%, 13%) |
| LAB | lab(51.7 68.0 -57.3) |
| LCH | lch(51.7 88.9 319.9) |
| OKLCH | oklch(0.614 0.234 316.5) |
Copy-ready code
/* CSS */
color: #b945df;
background-color: #b945df;
/* Tailwind (arbitrary) */
class="text-[#b945df] bg-[#b945df]"
/* SCSS */
$brand: #b945df;
/* SwiftUI */
Color(red: 0.725, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#b945df")Accessibility — WCAG contrast
Aa
#b945df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b945df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green27.1%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b945df text on a black background
contrast 4.98:1
Card sample
#b945df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b945df;
Background color
Panel with #b945df background
background-color: #b945df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b945df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b945df; background: linear-gradient(135deg, #b945df, #DF459E);