#b697f1
a light, electric violet · warm · closest name: plum
RGB
182, 151, 241
HSL
261°, 76%, 77%
CMYK
25, 37, 0, 6
Luminance
0.3843
Every format
| HEX | #b697f1 |
| RGB | rgb(182, 151, 241) |
| HSL | hsl(261, 76%, 77%) |
| CMYK | cmyk(25%, 37%, 0%, 6%) |
| LAB | lab(68.3 29.7 -41.0) |
| LCH | lch(68.3 50.6 305.9) |
| OKLCH | oklch(0.739 0.131 299.0) |
Copy-ready code
/* CSS */
color: #b697f1;
background-color: #b697f1;
/* Tailwind (arbitrary) */
class="text-[#b697f1] bg-[#b697f1]"
/* SCSS */
$brand: #b697f1;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.945)
/* Android */
Color.parseColor("#b697f1")Accessibility — WCAG contrast
Aa
#b697f1 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697f1 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue94.5%
CMYK percentages
Cyan24.5%
Magenta37.3%
Yellow0.0%
Key (black)5.5%
Color previews
#b697f1 text on a black background
contrast 8.69:1
Card sample
#b697f1 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697f1;
Background color
Panel with #b697f1 background
background-color: #b697f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697f1; background: linear-gradient(135deg, #b697f1, #F197F0);