#b261e7
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 97, 231
HSL
276°, 74%, 64%
CMYK
23, 58, 0, 9
Luminance
0.2378
Every format
| HEX | #b261e7 |
| RGB | rgb(178, 97, 231) |
| HSL | hsl(276, 74%, 64%) |
| CMYK | cmyk(23%, 58%, 0%, 9%) |
| LAB | lab(55.9 55.5 -55.2) |
| LCH | lch(55.9 78.3 315.1) |
| OKLCH | oklch(0.643 0.202 309.8) |
Copy-ready code
/* CSS */
color: #b261e7;
background-color: #b261e7;
/* Tailwind (arbitrary) */
class="text-[#b261e7] bg-[#b261e7]"
/* SCSS */
$brand: #b261e7;
/* SwiftUI */
Color(red: 0.698, green: 0.380, blue: 0.906)
/* Android */
Color.parseColor("#b261e7")Accessibility — WCAG contrast
Aa
#b261e7 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b261e7 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green38.0%
Blue90.6%
CMYK percentages
Cyan22.9%
Magenta58.0%
Yellow0.0%
Key (black)9.4%
Color previews
#b261e7 text on a black background
contrast 5.76:1
Card sample
#b261e7 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b261e7;
Background color
Panel with #b261e7 background
background-color: #b261e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b261e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 97, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 97, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b261e7; background: linear-gradient(135deg, #b261e7, #E761C3);