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