#b261f5
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 245
HSL
273°, 88%, 67%
CMYK
27, 60, 0, 4
Luminance
0.2461
Every format
| HEX | #b261f5 |
| RGB | rgb(178, 97, 245) |
| HSL | hsl(273, 88%, 67%) |
| CMYK | cmyk(27%, 60%, 0%, 4%) |
| LAB | lab(56.7 58.6 -61.7) |
| LCH | lch(56.7 85.1 313.5) |
| OKLCH | oklch(0.652 0.217 306.5) |
Copy-ready code
/* CSS */
color: #b261f5;
background-color: #b261f5;
/* Tailwind (arbitrary) */
class="text-[#b261f5] bg-[#b261f5]"
/* SCSS */
$brand: #b261f5;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.961)
/* Android */
Color.parseColor("#b261f5")Accessibility — WCAG contrast
Aa
#b261f5 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261f5 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue96.1%
CMYK percentages
Cyan27.3%
Magenta60.4%
Yellow0.0%
Key (black)3.9%
Color previews
#b261f5 text on a black background
contrast 5.92:1
Card sample
#b261f5 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261f5;
Background color
Panel with #b261f5 background
background-color: #b261f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261f5; background: linear-gradient(135deg, #b261f5, #F561D5);