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