#b693fd
a light, electric violet · warm · closest name: violet
RGB
182, 147, 253
HSL
260°, 96%, 78%
CMYK
28, 42, 0, 1
Luminance
0.3790
Every format
| HEX | #b693fd |
| RGB | rgb(182, 147, 253) |
| HSL | hsl(260, 96%, 78%) |
| CMYK | cmyk(28%, 42%, 0%, 1%) |
| LAB | lab(68.0 34.8 -48.2) |
| LCH | lch(68.0 59.4 305.8) |
| OKLCH | oklch(0.738 0.152 297.8) |
Copy-ready code
/* CSS */
color: #b693fd;
background-color: #b693fd;
/* Tailwind (arbitrary) */
class="text-[#b693fd] bg-[#b693fd]"
/* SCSS */
$brand: #b693fd;
/* SwiftUI */
Color(red: 0.714, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#b693fd")Accessibility — WCAG contrast
Aa
#b693fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b693fd on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green57.6%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b693fd text on a black background
contrast 8.58:1
Card sample
#b693fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b693fd;
Background color
Panel with #b693fd background
background-color: #b693fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b693fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b693fd; background: linear-gradient(135deg, #b693fd, #FD93FD);