#b594fb
a light, electric violet · warm · closest name: violet
RGB
181, 148, 251
HSL
259°, 93%, 78%
CMYK
28, 41, 0, 2
Luminance
0.3797
Every format
| HEX | #b594fb |
| RGB | rgb(181, 148, 251) |
| HSL | hsl(259, 93%, 78%) |
| CMYK | cmyk(28%, 41%, 0%, 2%) |
| LAB | lab(68.0 33.5 -47.0) |
| LCH | lch(68.0 57.7 305.5) |
| OKLCH | oklch(0.738 0.148 297.4) |
Copy-ready code
/* CSS */
color: #b594fb;
background-color: #b594fb;
/* Tailwind (arbitrary) */
class="text-[#b594fb] bg-[#b594fb]"
/* SCSS */
$brand: #b594fb;
/* SwiftUI */
Color(red: 0.710, green: 0.580, blue: 0.984)
/* Android */
Color.parseColor("#b594fb")Accessibility — WCAG contrast
Aa
#b594fb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b594fb on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green58.0%
Blue98.4%
CMYK percentages
Cyan27.9%
Magenta41.0%
Yellow0.0%
Key (black)1.6%
Color previews
#b594fb text on a black background
contrast 8.59:1
Card sample
#b594fb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b594fb;
Background color
Panel with #b594fb background
background-color: #b594fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b594fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 148, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 148, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b594fb; background: linear-gradient(135deg, #b594fb, #FA94FB);