#b27ddf
a light, vivid violet · warm · closest name: orchid
RGB
178, 125, 223
HSL
272°, 61%, 68%
CMYK
20, 44, 0, 13
Luminance
0.2946
Every format
| HEX | #b27ddf |
| RGB | rgb(178, 125, 223) |
| HSL | hsl(272, 61%, 68%) |
| CMYK | cmyk(20%, 44%, 0%, 13%) |
| LAB | lab(61.2 38.9 -42.3) |
| LCH | lch(61.2 57.5 312.6) |
| OKLCH | oklch(0.681 0.149 307.8) |
Copy-ready code
/* CSS */
color: #b27ddf;
background-color: #b27ddf;
/* Tailwind (arbitrary) */
class="text-[#b27ddf] bg-[#b27ddf]"
/* SCSS */
$brand: #b27ddf;
/* SwiftUI */
Color(red: 0.698, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#b27ddf")Accessibility — WCAG contrast
Aa
#b27ddf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b27ddf on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green49.0%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b27ddf text on a black background
contrast 6.89:1
Card sample
#b27ddf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b27ddf;
Background color
Panel with #b27ddf background
background-color: #b27ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b27ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b27ddf; background: linear-gradient(135deg, #b27ddf, #DF7DCB);