#b199eb
a light, vivid violet · warm · closest name: plum
RGB
177, 153, 235
HSL
258°, 67%, 76%
CMYK
25, 35, 0, 8
Luminance
0.3813
Every format
| HEX | #b199eb |
| RGB | rgb(177, 153, 235) |
| HSL | hsl(258, 67%, 76%) |
| CMYK | cmyk(25%, 35%, 0%, 8%) |
| LAB | lab(68.1 25.7 -38.1) |
| LCH | lch(68.1 46.0 304.0) |
| OKLCH | oklch(0.735 0.119 296.8) |
Copy-ready code
/* CSS */
color: #b199eb;
background-color: #b199eb;
/* Tailwind (arbitrary) */
class="text-[#b199eb] bg-[#b199eb]"
/* SCSS */
$brand: #b199eb;
/* SwiftUI */
Color(red: 0.694, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#b199eb")Accessibility — WCAG contrast
Aa
#b199eb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b199eb on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green60.0%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b199eb text on a black background
contrast 8.63:1
Card sample
#b199eb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b199eb;
Background color
Panel with #b199eb background
background-color: #b199eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b199eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b199eb; background: linear-gradient(135deg, #b199eb, #E899EB);