#b15ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 93, 223
HSL
279°, 67%, 62%
CMYK
21, 58, 0, 13
Luminance
0.2250
Every format
| HEX | #b15ddf |
| RGB | rgb(177, 93, 223) |
| HSL | hsl(279, 67%, 62%) |
| CMYK | cmyk(21%, 58%, 0%, 13%) |
| LAB | lab(54.6 55.5 -52.8) |
| LCH | lch(54.6 76.6 316.4) |
| OKLCH | oklch(0.632 0.199 311.9) |
Copy-ready code
/* CSS */
color: #b15ddf;
background-color: #b15ddf;
/* Tailwind (arbitrary) */
class="text-[#b15ddf] bg-[#b15ddf]"
/* SCSS */
$brand: #b15ddf;
/* SwiftUI */
Color(red: 0.694, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#b15ddf")Accessibility — WCAG contrast
Aa
#b15ddf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b15ddf on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green36.5%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b15ddf text on a black background
contrast 5.50:1
Card sample
#b15ddf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b15ddf;
Background color
Panel with #b15ddf background
background-color: #b15ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b15ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b15ddf; background: linear-gradient(135deg, #b15ddf, #DF5DB6);