#b18eee
a light, vivid violet · warm · closest name: plum
RGB
177, 142, 238
HSL
262°, 74%, 75%
CMYK
26, 40, 0, 7
Luminance
0.3487
Every format
| HEX | #b18eee |
| RGB | rgb(177, 142, 238) |
| HSL | hsl(262, 74%, 75%) |
| CMYK | cmyk(26%, 40%, 0%, 7%) |
| LAB | lab(65.6 32.6 -43.6) |
| LCH | lch(65.6 54.5 306.8) |
| OKLCH | oklch(0.717 0.140 299.7) |
Copy-ready code
/* CSS */
color: #b18eee;
background-color: #b18eee;
/* Tailwind (arbitrary) */
class="text-[#b18eee] bg-[#b18eee]"
/* SCSS */
$brand: #b18eee;
/* SwiftUI */
Color(red: 0.694, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#b18eee")Accessibility — WCAG contrast
Aa
#b18eee on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b18eee on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green55.7%
Blue93.3%
CMYK percentages
Cyan25.6%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b18eee text on a black background
contrast 7.97:1
Card sample
#b18eee text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18eee;
Background color
Panel with #b18eee background
background-color: #b18eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18eee; background: linear-gradient(135deg, #b18eee, #EE8EEB);