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