#b26bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 107, 223
HSL
277°, 64%, 65%
CMYK
20, 52, 0, 13
Luminance
0.2531
Every format
| HEX | #b26bdf |
| RGB | rgb(178, 107, 223) |
| HSL | hsl(277, 64%, 65%) |
| CMYK | cmyk(20%, 52%, 0%, 13%) |
| LAB | lab(57.4 48.6 -48.3) |
| LCH | lch(57.4 68.5 315.2) |
| OKLCH | oklch(0.653 0.178 310.6) |
Copy-ready code
/* CSS */
color: #b26bdf;
background-color: #b26bdf;
/* Tailwind (arbitrary) */
class="text-[#b26bdf] bg-[#b26bdf]"
/* SCSS */
$brand: #b26bdf;
/* SwiftUI */
Color(red: 0.698, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b26bdf")Accessibility — WCAG contrast
Aa
#b26bdf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26bdf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green42.0%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b26bdf text on a black background
contrast 6.06:1
Card sample
#b26bdf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26bdf;
Background color
Panel with #b26bdf background
background-color: #b26bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26bdf; background: linear-gradient(135deg, #b26bdf, #DF6BBF);