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