#b27bdf
a light, vivid violet · warm · closest name: orchid
RGB
178, 123, 223
HSL
273°, 61%, 68%
CMYK
20, 45, 0, 13
Luminance
0.2896
Every format
| HEX | #b27bdf |
| RGB | rgb(178, 123, 223) |
| HSL | hsl(273, 61%, 68%) |
| CMYK | cmyk(20%, 45%, 0%, 13%) |
| LAB | lab(60.8 40.0 -43.0) |
| LCH | lch(60.8 58.7 312.9) |
| OKLCH | oklch(0.678 0.152 308.2) |
Copy-ready code
/* CSS */
color: #b27bdf;
background-color: #b27bdf;
/* Tailwind (arbitrary) */
class="text-[#b27bdf] bg-[#b27bdf]"
/* SCSS */
$brand: #b27bdf;
/* SwiftUI */
Color(red: 0.698, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#b27bdf")Accessibility — WCAG contrast
Aa
#b27bdf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27bdf on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green48.2%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b27bdf text on a black background
contrast 6.79:1
Card sample
#b27bdf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27bdf;
Background color
Panel with #b27bdf background
background-color: #b27bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27bdf; background: linear-gradient(135deg, #b27bdf, #DF7BC9);