#b092f2
a light, electric violet · warm · closest name: plum
RGB
176, 146, 242
HSL
259°, 79%, 76%
CMYK
27, 40, 0, 5
Luminance
0.3620
Every format
| HEX | #b092f2 |
| RGB | rgb(176, 146, 242) |
| HSL | hsl(259, 79%, 76%) |
| CMYK | cmyk(27%, 40%, 0%, 5%) |
| LAB | lab(66.7 31.1 -44.2) |
| LCH | lch(66.7 54.0 305.1) |
| OKLCH | oklch(0.725 0.139 297.2) |
Copy-ready code
/* CSS */
color: #b092f2;
background-color: #b092f2;
/* Tailwind (arbitrary) */
class="text-[#b092f2] bg-[#b092f2]"
/* SCSS */
$brand: #b092f2;
/* SwiftUI */
Color(red: 0.690, green: 0.573, blue: 0.949)
/* Android */
Color.parseColor("#b092f2")Accessibility — WCAG contrast
Aa
#b092f2 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b092f2 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green57.3%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta39.7%
Yellow0.0%
Key (black)5.1%
Color previews
#b092f2 text on a black background
contrast 8.24:1
Card sample
#b092f2 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b092f2;
Background color
Panel with #b092f2 background
background-color: #b092f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b092f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 146, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 146, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b092f2; background: linear-gradient(135deg, #b092f2, #F092F2);