#b261f7
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 247
HSL
272°, 90%, 68%
CMYK
28, 61, 0, 3
Luminance
0.2473
Every format
| HEX | #b261f7 |
| RGB | rgb(178, 97, 247) |
| HSL | hsl(272, 90%, 68%) |
| CMYK | cmyk(28%, 61%, 0%, 3%) |
| LAB | lab(56.8 59.0 -62.6) |
| LCH | lch(56.8 86.1 313.3) |
| OKLCH | oklch(0.653 0.219 306.1) |
Copy-ready code
/* CSS */
color: #b261f7;
background-color: #b261f7;
/* Tailwind (arbitrary) */
class="text-[#b261f7] bg-[#b261f7]"
/* SCSS */
$brand: #b261f7;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.969)
/* Android */
Color.parseColor("#b261f7")Accessibility — WCAG contrast
Aa
#b261f7 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261f7 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue96.9%
CMYK percentages
Cyan27.9%
Magenta60.7%
Yellow0.0%
Key (black)3.1%
Color previews
#b261f7 text on a black background
contrast 5.95:1
Card sample
#b261f7 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261f7;
Background color
Panel with #b261f7 background
background-color: #b261f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261f7; background: linear-gradient(135deg, #b261f7, #F761D8);