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