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