#b894ff
a light, electric violet · warm · closest name: violet
RGB
184, 148, 255
HSL
260°, 100%, 79%
CMYK
28, 42, 0, 0
Luminance
0.3859
Every format
| HEX | #b894ff |
| RGB | rgb(184, 148, 255) |
| HSL | hsl(260, 100%, 79%) |
| CMYK | cmyk(28%, 42%, 0%, 0%) |
| LAB | lab(68.5 35.3 -48.5) |
| LCH | lch(68.5 59.9 306.0) |
| OKLCH | oklch(0.742 0.154 298.1) |
Copy-ready code
/* CSS */
color: #b894ff;
background-color: #b894ff;
/* Tailwind (arbitrary) */
class="text-[#b894ff] bg-[#b894ff]"
/* SCSS */
$brand: #b894ff;
/* SwiftUI */
Color(red: 0.722, green: 0.580, blue: 1.000)
/* Android */
Color.parseColor("#b894ff")Accessibility — WCAG contrast
Aa
#b894ff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b894ff on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green58.0%
Blue100.0%
CMYK percentages
Cyan27.8%
Magenta42.0%
Yellow0.0%
Key (black)0.0%
Color previews
#b894ff text on a black background
contrast 8.72:1
Card sample
#b894ff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b894ff;
Background color
Panel with #b894ff background
background-color: #b894ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b894ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 148, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 148, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b894ff; background: linear-gradient(135deg, #b894ff, #FF94FF);