#b697f5
a light, electric violet · warm · closest name: plum
RGB
182, 151, 245
HSL
260°, 83%, 78%
CMYK
26, 38, 0, 4
Luminance
0.3867
Every format
| HEX | #b697f5 |
| RGB | rgb(182, 151, 245) |
| HSL | hsl(260, 83%, 78%) |
| CMYK | cmyk(26%, 38%, 0%, 4%) |
| LAB | lab(68.5 30.6 -42.9) |
| LCH | lch(68.5 52.8 305.5) |
| OKLCH | oklch(0.741 0.136 298.2) |
Copy-ready code
/* CSS */
color: #b697f5;
background-color: #b697f5;
/* Tailwind (arbitrary) */
class="text-[#b697f5] bg-[#b697f5]"
/* SCSS */
$brand: #b697f5;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.961)
/* Android */
Color.parseColor("#b697f5")Accessibility — WCAG contrast
Aa
#b697f5 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697f5 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue96.1%
CMYK percentages
Cyan25.7%
Magenta38.4%
Yellow0.0%
Key (black)3.9%
Color previews
#b697f5 text on a black background
contrast 8.73:1
Card sample
#b697f5 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697f5;
Background color
Panel with #b697f5 background
background-color: #b697f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697f5; background: linear-gradient(135deg, #b697f5, #F597F5);