#b192ff
a light, electric violet · warm · closest name: slateblue
RGB
177, 146, 255
HSL
257°, 100%, 79%
CMYK
31, 43, 0, 0
Luminance
0.3712
Every format
| HEX | #b192ff |
| RGB | rgb(177, 146, 255) |
| HSL | hsl(257, 100%, 79%) |
| CMYK | cmyk(31%, 43%, 0%, 0%) |
| LAB | lab(67.4 34.5 -50.2) |
| LCH | lch(67.4 60.9 304.5) |
| OKLCH | oklch(0.733 0.156 295.4) |
Copy-ready code
/* CSS */
color: #b192ff;
background-color: #b192ff;
/* Tailwind (arbitrary) */
class="text-[#b192ff] bg-[#b192ff]"
/* SCSS */
$brand: #b192ff;
/* SwiftUI */
Color(red: 0.694, green: 0.573, blue: 1.000)
/* Android */
Color.parseColor("#b192ff")Accessibility — WCAG contrast
Aa
#b192ff on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b192ff on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green57.3%
Blue100.0%
CMYK percentages
Cyan30.6%
Magenta42.7%
Yellow0.0%
Key (black)0.0%
Color previews
#b192ff text on a black background
contrast 8.42:1
Card sample
#b192ff text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b192ff;
Background color
Panel with #b192ff background
background-color: #b192ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b192ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 146, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 146, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b192ff; background: linear-gradient(135deg, #b192ff, #FA92FF);