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