#b697f3
a light, electric violet · warm · closest name: plum
RGB
182, 151, 243
HSL
260°, 79%, 77%
CMYK
25, 38, 0, 5
Luminance
0.3855
Every format
| HEX | #b697f3 |
| RGB | rgb(182, 151, 243) |
| HSL | hsl(260, 79%, 77%) |
| CMYK | cmyk(25%, 38%, 0%, 5%) |
| LAB | lab(68.4 30.2 -42.0) |
| LCH | lch(68.4 51.7 305.7) |
| OKLCH | oklch(0.740 0.133 298.6) |
Copy-ready code
/* CSS */
color: #b697f3;
background-color: #b697f3;
/* Tailwind (arbitrary) */
class="text-[#b697f3] bg-[#b697f3]"
/* SCSS */
$brand: #b697f3;
/* SwiftUI */
Color(red: 0.714, green: 0.592, blue: 0.953)
/* Android */
Color.parseColor("#b697f3")Accessibility — WCAG contrast
Aa
#b697f3 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b697f3 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green59.2%
Blue95.3%
CMYK percentages
Cyan25.1%
Magenta37.9%
Yellow0.0%
Key (black)4.7%
Color previews
#b697f3 text on a black background
contrast 8.71:1
Card sample
#b697f3 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b697f3;
Background color
Panel with #b697f3 background
background-color: #b697f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b697f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 151, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 151, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b697f3; background: linear-gradient(135deg, #b697f3, #F397F3);