#b892fd
a light, electric violet · warm · closest name: violet
RGB
184, 146, 253
HSL
261°, 96%, 78%
CMYK
27, 42, 0, 1
Luminance
0.3784
Every format
| HEX | #b892fd |
| RGB | rgb(184, 146, 253) |
| HSL | hsl(261, 96%, 78%) |
| CMYK | cmyk(27%, 42%, 0%, 1%) |
| LAB | lab(67.9 35.9 -48.2) |
| LCH | lch(67.9 60.1 306.6) |
| OKLCH | oklch(0.738 0.154 299.0) |
Copy-ready code
/* CSS */
color: #b892fd;
background-color: #b892fd;
/* Tailwind (arbitrary) */
class="text-[#b892fd] bg-[#b892fd]"
/* SCSS */
$brand: #b892fd;
/* SwiftUI */
Color(red: 0.722, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#b892fd")Accessibility — WCAG contrast
Aa
#b892fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b892fd on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green57.3%
Blue99.2%
CMYK percentages
Cyan27.3%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b892fd text on a black background
contrast 8.57:1
Card sample
#b892fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b892fd;
Background color
Panel with #b892fd background
background-color: #b892fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b892fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b892fd; background: linear-gradient(135deg, #b892fd, #FD92FB);