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