#b08af2
a light, electric violet · warm · closest name: slateblue
RGB
176, 138, 242
HSL
262°, 80%, 75%
CMYK
27, 43, 0, 5
Luminance
0.3382
Every format
| HEX | #b08af2 |
| RGB | rgb(176, 138, 242) |
| HSL | hsl(262, 80%, 75%) |
| CMYK | cmyk(27%, 43%, 0%, 5%) |
| LAB | lab(64.8 35.5 -47.1) |
| LCH | lch(64.8 59.0 307.0) |
| OKLCH | oklch(0.711 0.151 299.4) |
Copy-ready code
/* CSS */
color: #b08af2;
background-color: #b08af2;
/* Tailwind (arbitrary) */
class="text-[#b08af2] bg-[#b08af2]"
/* SCSS */
$brand: #b08af2;
/* SwiftUI */
Color(red: 0.690, green: 0.541, blue: 0.949)
/* Android */
Color.parseColor("#b08af2")Accessibility — WCAG contrast
Aa
#b08af2 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b08af2 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green54.1%
Blue94.9%
CMYK percentages
Cyan27.3%
Magenta43.0%
Yellow0.0%
Key (black)5.1%
Color previews
#b08af2 text on a black background
contrast 7.76:1
Card sample
#b08af2 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08af2;
Background color
Panel with #b08af2 background
background-color: #b08af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 138, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 138, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08af2; background: linear-gradient(135deg, #b08af2, #F28AEF);