#b26fdf
a light, vivid violet · warm · closest name: orchid
RGB
178, 111, 223
HSL
276°, 64%, 66%
CMYK
20, 50, 0, 13
Luminance
0.2616
Every format
| HEX | #b26fdf |
| RGB | rgb(178, 111, 223) |
| HSL | hsl(276, 64%, 66%) |
| CMYK | cmyk(20%, 50%, 0%, 13%) |
| LAB | lab(58.2 46.5 -47.0) |
| LCH | lch(58.2 66.1 314.7) |
| OKLCH | oklch(0.659 0.172 310.1) |
Copy-ready code
/* CSS */
color: #b26fdf;
background-color: #b26fdf;
/* Tailwind (arbitrary) */
class="text-[#b26fdf] bg-[#b26fdf]"
/* SCSS */
$brand: #b26fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b26fdf")Accessibility — WCAG contrast
Aa
#b26fdf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26fdf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b26fdf text on a black background
contrast 6.23:1
Card sample
#b26fdf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26fdf;
Background color
Panel with #b26fdf background
background-color: #b26fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26fdf; background: linear-gradient(135deg, #b26fdf, #DF6FC1);