#b25dfe
a light, electric violet · warm · closest name: slateblue
RGB
178, 93, 254
HSL
272°, 99%, 68%
CMYK
30, 63, 0, 0
Luminance
0.2445
Every format
| HEX | #b25dfe |
| RGB | rgb(178, 93, 254) |
| HSL | hsl(272, 99%, 68%) |
| CMYK | cmyk(30%, 63%, 0%, 0%) |
| LAB | lab(56.5 62.5 -67.0) |
| LCH | lch(56.5 91.6 313.0) |
| OKLCH | oklch(0.652 0.232 305.1) |
Copy-ready code
/* CSS */
color: #b25dfe;
background-color: #b25dfe;
/* Tailwind (arbitrary) */
class="text-[#b25dfe] bg-[#b25dfe]"
/* SCSS */
$brand: #b25dfe;
/* SwiftUI */
Color(red: 0.698, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#b25dfe")Accessibility — WCAG contrast
Aa
#b25dfe on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b25dfe on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green36.5%
Blue99.6%
CMYK percentages
Cyan29.9%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#b25dfe text on a black background
contrast 5.89:1
Card sample
#b25dfe text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25dfe;
Background color
Panel with #b25dfe background
background-color: #b25dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25dfe; background: linear-gradient(135deg, #b25dfe, #FE5DDF);