#b68afd
a light, electric violet · warm · closest name: slateblue
RGB
182, 138, 253
HSL
263°, 97%, 77%
CMYK
28, 46, 0, 1
Luminance
0.3521
Every format
| HEX | #b68afd |
| RGB | rgb(182, 138, 253) |
| HSL | hsl(263, 97%, 77%) |
| CMYK | cmyk(28%, 46%, 0%, 1%) |
| LAB | lab(65.9 39.8 -51.4) |
| LCH | lch(65.9 65.0 307.7) |
| OKLCH | oklch(0.722 0.166 299.9) |
Copy-ready code
/* CSS */
color: #b68afd;
background-color: #b68afd;
/* Tailwind (arbitrary) */
class="text-[#b68afd] bg-[#b68afd]"
/* SCSS */
$brand: #b68afd;
/* SwiftUI */
Color(red: 0.714, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#b68afd")Accessibility — WCAG contrast
Aa
#b68afd on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b68afd on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green54.1%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b68afd text on a black background
contrast 8.04:1
Card sample
#b68afd text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b68afd;
Background color
Panel with #b68afd background
background-color: #b68afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b68afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b68afd; background: linear-gradient(135deg, #b68afd, #FD8AF7);