#b092cf
a light, soft violet · warm · closest name: plum
RGB
176, 146, 207
HSL
270°, 39%, 69%
CMYK
15, 30, 0, 19
Luminance
0.3429
Every format
| HEX | #b092cf |
| RGB | rgb(176, 146, 207) |
| HSL | hsl(270, 39%, 69%) |
| CMYK | cmyk(15%, 30%, 0%, 19%) |
| LAB | lab(65.2 23.0 -27.2) |
| LCH | lch(65.2 35.6 310.2) |
| OKLCH | oklch(0.709 0.093 306.6) |
Copy-ready code
/* CSS */
color: #b092cf;
background-color: #b092cf;
/* Tailwind (arbitrary) */
class="text-[#b092cf] bg-[#b092cf]"
/* SCSS */
$brand: #b092cf;
/* SwiftUI */
Color(red: 0.690, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#b092cf")Accessibility — WCAG contrast
Aa
#b092cf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b092cf on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green57.3%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b092cf text on a black background
contrast 7.86:1
Card sample
#b092cf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b092cf;
Background color
Panel with #b092cf background
background-color: #b092cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b092cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b092cf; background: linear-gradient(135deg, #b092cf, #CF92C5);