#b697f7
a light, electric violet · warm · closest name: plum
RGB
182, 151, 247
HSL
259°, 86%, 78%
CMYK
26, 39, 0, 3
Luminance
0.3879
Every format
| HEX | #b697f7 |
| RGB | rgb(182, 151, 247) |
| HSL | hsl(259, 86%, 78%) |
| CMYK | cmyk(26%, 39%, 0%, 3%) |
| LAB | lab(68.6 31.1 -43.9) |
| LCH | lch(68.6 53.8 305.4) |
| OKLCH | oklch(0.742 0.138 297.8) |
Copy-ready code
/* CSS */
color: #b697f7;
background-color: #b697f7;
/* Tailwind (arbitrary) */
class="text-[#b697f7] bg-[#b697f7]"
/* SCSS */
$brand: #b697f7;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.969)
/* Android */
Color.parseColor("#b697f7")Accessibility — WCAG contrast
Aa
#b697f7 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697f7 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue96.9%
CMYK percentages
Cyan26.3%
Magenta38.9%
Yellow0.0%
Key (black)3.1%
Color previews
#b697f7 text on a black background
contrast 8.76:1
Card sample
#b697f7 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697f7;
Background color
Panel with #b697f7 background
background-color: #b697f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697f7; background: linear-gradient(135deg, #b697f7, #F697F7);