#b06cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 108, 223
HSL
276°, 64%, 65%
CMYK
21, 52, 0, 13
Luminance
0.2528
Every format
| HEX | #b06cdf |
| RGB | rgb(176, 108, 223) |
| HSL | hsl(276, 64%, 65%) |
| CMYK | cmyk(21%, 52%, 0%, 13%) |
| LAB | lab(57.4 47.5 -48.4) |
| LCH | lch(57.4 67.8 314.5) |
| OKLCH | oklch(0.652 0.176 309.7) |
Copy-ready code
/* CSS */
color: #b06cdf;
background-color: #b06cdf;
/* Tailwind (arbitrary) */
class="text-[#b06cdf] bg-[#b06cdf]"
/* SCSS */
$brand: #b06cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#b06cdf")Accessibility — WCAG contrast
Aa
#b06cdf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06cdf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green42.4%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b06cdf text on a black background
contrast 6.06:1
Card sample
#b06cdf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06cdf;
Background color
Panel with #b06cdf background
background-color: #b06cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06cdf; background: linear-gradient(135deg, #b06cdf, #DF6CC1);