#b26ddf
a light, vivid violet · warm · closest name: orchid
RGB
178, 109, 223
HSL
276°, 64%, 65%
CMYK
20, 51, 0, 13
Luminance
0.2573
Every format
| HEX | #b26ddf |
| RGB | rgb(178, 109, 223) |
| HSL | hsl(276, 64%, 65%) |
| CMYK | cmyk(20%, 51%, 0%, 13%) |
| LAB | lab(57.8 47.5 -47.7) |
| LCH | lch(57.8 67.3 314.9) |
| OKLCH | oklch(0.656 0.175 310.4) |
Copy-ready code
/* CSS */
color: #b26ddf;
background-color: #b26ddf;
/* Tailwind (arbitrary) */
class="text-[#b26ddf] bg-[#b26ddf]"
/* SCSS */
$brand: #b26ddf;
/* SwiftUI */
Color(red: 0.698, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#b26ddf")Accessibility — WCAG contrast
Aa
#b26ddf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b26ddf on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green42.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b26ddf text on a black background
contrast 6.15:1
Card sample
#b26ddf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b26ddf;
Background color
Panel with #b26ddf background
background-color: #b26ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b26ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b26ddf; background: linear-gradient(135deg, #b26ddf, #DF6DC0);