#b38eee
a light, vivid violet · warm · closest name: plum
RGB
179, 142, 238
HSL
263°, 74%, 75%
CMYK
25, 40, 0, 7
Luminance
0.3510
Every format
| HEX | #b38eee |
| RGB | rgb(179, 142, 238) |
| HSL | hsl(263, 74%, 75%) |
| CMYK | cmyk(25%, 40%, 0%, 7%) |
| LAB | lab(65.8 33.2 -43.3) |
| LCH | lch(65.8 54.6 307.4) |
| OKLCH | oklch(0.719 0.141 300.7) |
Copy-ready code
/* CSS */
color: #b38eee;
background-color: #b38eee;
/* Tailwind (arbitrary) */
class="text-[#b38eee] bg-[#b38eee]"
/* SCSS */
$brand: #b38eee;
/* SwiftUI */
Color(red: 0.702, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#b38eee")Accessibility — WCAG contrast
Aa
#b38eee on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b38eee on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan24.8%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#b38eee text on a black background
contrast 8.02:1
Card sample
#b38eee text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38eee;
Background color
Panel with #b38eee background
background-color: #b38eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38eee; background: linear-gradient(135deg, #b38eee, #EE8EE9);