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