#b885e0
a light, vivid violet · warm · closest name: orchid
RGB
184, 133, 224
HSL
274°, 60%, 70%
CMYK
18, 41, 0, 12
Luminance
0.3235
Every format
| HEX | #b885e0 |
| RGB | rgb(184, 133, 224) |
| HSL | hsl(274, 60%, 70%) |
| CMYK | cmyk(18%, 41%, 0%, 12%) |
| LAB | lab(63.6 36.4 -39.0) |
| LCH | lch(63.6 53.4 313.0) |
| OKLCH | oklch(0.701 0.139 309.0) |
Copy-ready code
/* CSS */
color: #b885e0;
background-color: #b885e0;
/* Tailwind (arbitrary) */
class="text-[#b885e0] bg-[#b885e0]"
/* SCSS */
$brand: #b885e0;
/* SwiftUI */
Color(red: 0.722, green: 0.522, blue: 0.878)
/* Android */
Color.parseColor("#b885e0")Accessibility — WCAG contrast
Aa
#b885e0 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b885e0 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green52.2%
Blue87.8%
CMYK percentages
Cyan17.9%
Magenta40.6%
Yellow0.0%
Key (black)12.2%
Color previews
#b885e0 text on a black background
contrast 7.47:1
Card sample
#b885e0 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b885e0;
Background color
Panel with #b885e0 background
background-color: #b885e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b885e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 133, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 133, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b885e0; background: linear-gradient(135deg, #b885e0, #E085CB);