#b08afd
a light, electric violet · warm · closest name: slateblue
RGB
176, 138, 253
HSL
260°, 97%, 77%
CMYK
30, 46, 0, 1
Luminance
0.3450
Every format
| HEX | #b08afd |
| RGB | rgb(176, 138, 253) |
| HSL | hsl(260, 97%, 77%) |
| CMYK | cmyk(30%, 46%, 0%, 1%) |
| LAB | lab(65.4 38.2 -52.3) |
| LCH | lch(65.4 64.8 306.1) |
| OKLCH | oklch(0.717 0.165 297.3) |
Copy-ready code
/* CSS */
color: #b08afd;
background-color: #b08afd;
/* Tailwind (arbitrary) */
class="text-[#b08afd] bg-[#b08afd]"
/* SCSS */
$brand: #b08afd;
/* SwiftUI */
Color(red: 0.690, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#b08afd")Accessibility — WCAG contrast
Aa
#b08afd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b08afd on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green54.1%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b08afd text on a black background
contrast 7.90:1
Card sample
#b08afd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08afd;
Background color
Panel with #b08afd background
background-color: #b08afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08afd; background: linear-gradient(135deg, #b08afd, #FD8AFD);