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