#b69eee
a light, vivid violet · warm · closest name: plum
RGB
182, 158, 238
HSL
258°, 70%, 78%
CMYK
24, 34, 0, 7
Luminance
0.4057
Every format
| HEX | #b69eee |
| RGB | rgb(182, 158, 238) |
| HSL | hsl(258, 70%, 78%) |
| CMYK | cmyk(24%, 34%, 0%, 7%) |
| LAB | lab(69.9 25.1 -37.0) |
| LCH | lch(69.9 44.7 304.2) |
| OKLCH | oklch(0.750 0.115 297.3) |
Copy-ready code
/* CSS */
color: #b69eee;
background-color: #b69eee;
/* Tailwind (arbitrary) */
class="text-[#b69eee] bg-[#b69eee]"
/* SCSS */
$brand: #b69eee;
/* SwiftUI */
Color(red: 0.714, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#b69eee")Accessibility — WCAG contrast
Aa
#b69eee on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69eee on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green62.0%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#b69eee text on a black background
contrast 9.11:1
Card sample
#b69eee text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69eee;
Background color
Panel with #b69eee background
background-color: #b69eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69eee; background: linear-gradient(135deg, #b69eee, #EB9EEE);