#b494cf
a light, soft violet · warm · closest name: plum
RGB
180, 148, 207
HSL
273°, 38%, 70%
CMYK
13, 29, 0, 19
Luminance
0.3539
Every format
| HEX | #b494cf |
| RGB | rgb(180, 148, 207) |
| HSL | hsl(273, 38%, 70%) |
| CMYK | cmyk(13%, 29%, 0%, 19%) |
| LAB | lab(66.0 23.1 -25.8) |
| LCH | lch(66.0 34.6 311.9) |
| OKLCH | oklch(0.716 0.091 308.9) |
Copy-ready code
/* CSS */
color: #b494cf;
background-color: #b494cf;
/* Tailwind (arbitrary) */
class="text-[#b494cf] bg-[#b494cf]"
/* SCSS */
$brand: #b494cf;
/* SwiftUI */
Color(red: 0.706, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#b494cf")Accessibility — WCAG contrast
Aa
#b494cf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b494cf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green58.0%
Blue81.2%
CMYK percentages
Cyan13.0%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b494cf text on a black background
contrast 8.08:1
Card sample
#b494cf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b494cf;
Background color
Panel with #b494cf background
background-color: #b494cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b494cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b494cf; background: linear-gradient(135deg, #b494cf, #CF94C3);