#b06ddf
a light, vivid violet · warm · closest name: orchid
RGB
176, 109, 223
HSL
275°, 64%, 65%
CMYK
21, 51, 0, 13
Luminance
0.2550
Every format
| HEX | #b06ddf |
| RGB | rgb(176, 109, 223) |
| HSL | hsl(275, 64%, 65%) |
| CMYK | cmyk(21%, 51%, 0%, 13%) |
| LAB | lab(57.6 47.0 -48.0) |
| LCH | lch(57.6 67.2 314.4) |
| OKLCH | oklch(0.654 0.174 309.5) |
Copy-ready code
/* CSS */
color: #b06ddf;
background-color: #b06ddf;
/* Tailwind (arbitrary) */
class="text-[#b06ddf] bg-[#b06ddf]"
/* SCSS */
$brand: #b06ddf;
/* SwiftUI */
Color(red: 0.690, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#b06ddf")Accessibility — WCAG contrast
Aa
#b06ddf on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06ddf on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green42.7%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b06ddf text on a black background
contrast 6.10:1
Card sample
#b06ddf text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06ddf;
Background color
Panel with #b06ddf background
background-color: #b06ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06ddf; background: linear-gradient(135deg, #b06ddf, #DF6DC2);