#b092fd
a light, electric violet · warm · closest name: slateblue
RGB
176, 146, 253
HSL
257°, 96%, 78%
CMYK
30, 42, 0, 1
Luminance
0.3688
Every format
| HEX | #b092fd |
| RGB | rgb(176, 146, 253) |
| HSL | hsl(257, 96%, 78%) |
| CMYK | cmyk(30%, 42%, 0%, 1%) |
| LAB | lab(67.2 33.7 -49.4) |
| LCH | lch(67.2 59.8 304.3) |
| OKLCH | oklch(0.731 0.153 295.3) |
Copy-ready code
/* CSS */
color: #b092fd;
background-color: #b092fd;
/* Tailwind (arbitrary) */
class="text-[#b092fd] bg-[#b092fd]"
/* SCSS */
$brand: #b092fd;
/* SwiftUI */
Color(red: 0.690, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#b092fd")Accessibility — WCAG contrast
Aa
#b092fd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b092fd on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green57.3%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b092fd text on a black background
contrast 8.38:1
Card sample
#b092fd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b092fd;
Background color
Panel with #b092fd background
background-color: #b092fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b092fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b092fd; background: linear-gradient(135deg, #b092fd, #F792FD);