#b697fd
a light, electric violet · warm · closest name: plum
RGB
182, 151, 253
HSL
258°, 96%, 79%
CMYK
28, 40, 0, 1
Luminance
0.3917
Every format
| HEX | #b697fd |
| RGB | rgb(182, 151, 253) |
| HSL | hsl(258, 96%, 79%) |
| CMYK | cmyk(28%, 40%, 0%, 1%) |
| LAB | lab(68.9 32.6 -46.7) |
| LCH | lch(68.9 57.0 304.9) |
| OKLCH | oklch(0.745 0.146 296.7) |
Copy-ready code
/* CSS */
color: #b697fd;
background-color: #b697fd;
/* Tailwind (arbitrary) */
class="text-[#b697fd] bg-[#b697fd]"
/* SCSS */
$brand: #b697fd;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#b697fd")Accessibility — WCAG contrast
Aa
#b697fd on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697fd on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#b697fd text on a black background
contrast 8.83:1
Card sample
#b697fd text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697fd;
Background color
Panel with #b697fd background
background-color: #b697fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697fd; background: linear-gradient(135deg, #b697fd, #FA97FD);