#b261f3
a light, electric violet · warm · closest name: slateblue
RGB
178, 97, 243
HSL
273°, 86%, 67%
CMYK
27, 60, 0, 5
Luminance
0.2449
Every format
| HEX | #b261f3 |
| RGB | rgb(178, 97, 243) |
| HSL | hsl(273, 86%, 67%) |
| CMYK | cmyk(27%, 60%, 0%, 5%) |
| LAB | lab(56.6 58.1 -60.8) |
| LCH | lch(56.6 84.1 313.7) |
| OKLCH | oklch(0.651 0.215 307.0) |
Copy-ready code
/* CSS */
color: #b261f3;
background-color: #b261f3;
/* Tailwind (arbitrary) */
class="text-[#b261f3] bg-[#b261f3]"
/* SCSS */
$brand: #b261f3;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.953)
/* Android */
Color.parseColor("#b261f3")Accessibility — WCAG contrast
Aa
#b261f3 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261f3 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue95.3%
CMYK percentages
Cyan26.7%
Magenta60.1%
Yellow0.0%
Key (black)4.7%
Color previews
#b261f3 text on a black background
contrast 5.90:1
Card sample
#b261f3 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261f3;
Background color
Panel with #b261f3 background
background-color: #b261f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261f3; background: linear-gradient(135deg, #b261f3, #F361D3);