#b27fdf
a light, vivid violet · warm · closest name: orchid
RGB
178, 127, 223
HSL
272°, 60%, 69%
CMYK
20, 43, 0, 13
Luminance
0.2997
Every format
| HEX | #b27fdf |
| RGB | rgb(178, 127, 223) |
| HSL | hsl(272, 60%, 69%) |
| CMYK | cmyk(20%, 43%, 0%, 13%) |
| LAB | lab(61.6 37.8 -41.6) |
| LCH | lch(61.6 56.2 312.2) |
| OKLCH | oklch(0.685 0.146 307.4) |
Copy-ready code
/* CSS */
color: #b27fdf;
background-color: #b27fdf;
/* Tailwind (arbitrary) */
class="text-[#b27fdf] bg-[#b27fdf]"
/* SCSS */
$brand: #b27fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b27fdf")Accessibility — WCAG contrast
Aa
#b27fdf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27fdf on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green49.8%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b27fdf text on a black background
contrast 6.99:1
Card sample
#b27fdf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27fdf;
Background color
Panel with #b27fdf background
background-color: #b27fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27fdf; background: linear-gradient(135deg, #b27fdf, #DF7FCC);