#b874f1
a light, electric violet · warm · closest name: orchid
RGB
184, 116, 241
HSL
273°, 82%, 70%
CMYK
24, 52, 0, 6
Luminance
0.2903
Every format
| HEX | #b874f1 |
| RGB | rgb(184, 116, 241) |
| HSL | hsl(273, 82%, 70%) |
| CMYK | cmyk(24%, 52%, 0%, 6%) |
| LAB | lab(60.8 49.4 -52.9) |
| LCH | lch(60.8 72.4 313.1) |
| OKLCH | oklch(0.683 0.186 307.3) |
Copy-ready code
/* CSS */
color: #b874f1;
background-color: #b874f1;
/* Tailwind (arbitrary) */
class="text-[#b874f1] bg-[#b874f1]"
/* SCSS */
$brand: #b874f1;
/* SwiftUI */
Color(red: 0.722, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#b874f1")Accessibility — WCAG contrast
Aa
#b874f1 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b874f1 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green45.5%
Blue94.5%
CMYK percentages
Cyan23.7%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#b874f1 text on a black background
contrast 6.81:1
Card sample
#b874f1 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b874f1;
Background color
Panel with #b874f1 background
background-color: #b874f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b874f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b874f1; background: linear-gradient(135deg, #b874f1, #F174D7);