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