#b080cf
a light, vivid violet · warm · closest name: plum
RGB
176, 128, 207
HSL
277°, 45%, 66%
CMYK
15, 38, 0, 19
Luminance
0.2917
Every format
| HEX | #b080cf |
| RGB | rgb(176, 128, 207) |
| HSL | hsl(277, 45%, 66%) |
| CMYK | cmyk(15%, 38%, 0%, 19%) |
| LAB | lab(60.9 33.1 -33.8) |
| LCH | lch(60.9 47.3 314.4) |
| OKLCH | oklch(0.676 0.124 311.3) |
Copy-ready code
/* CSS */
color: #b080cf;
background-color: #b080cf;
/* Tailwind (arbitrary) */
class="text-[#b080cf] bg-[#b080cf]"
/* SCSS */
$brand: #b080cf;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#b080cf")Accessibility — WCAG contrast
Aa
#b080cf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b080cf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b080cf text on a black background
contrast 6.83:1
Card sample
#b080cf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080cf;
Background color
Panel with #b080cf background
background-color: #b080cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080cf; background: linear-gradient(135deg, #b080cf, #CF80B9);