#b897ff
a light, electric violet · warm · closest name: violet
RGB
184, 151, 255
HSL
259°, 100%, 80%
CMYK
28, 41, 0, 0
Luminance
0.3954
Every format
| HEX | #b897ff |
| RGB | rgb(184, 151, 255) |
| HSL | hsl(259, 100%, 80%) |
| CMYK | cmyk(28%, 41%, 0%, 0%) |
| LAB | lab(69.1 33.6 -47.4) |
| LCH | lch(69.1 58.1 305.3) |
| OKLCH | oklch(0.747 0.149 297.3) |
Copy-ready code
/* CSS */
color: #b897ff;
background-color: #b897ff;
/* Tailwind (arbitrary) */
class="text-[#b897ff] bg-[#b897ff]"
/* SCSS */
$brand: #b897ff;
/* SwiftUI */
Color(red: 0.722, green: 0.592, blue: 1.000)
/* Android */
Color.parseColor("#b897ff")Accessibility — WCAG contrast
Aa
#b897ff on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b897ff on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green59.2%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta40.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b897ff text on a black background
contrast 8.91:1
Card sample
#b897ff text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b897ff;
Background color
Panel with #b897ff background
background-color: #b897ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b897ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 151, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 151, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b897ff; background: linear-gradient(135deg, #b897ff, #FD97FF);