#b894cf
a light, soft violet · warm · closest name: plum
RGB
184, 148, 207
HSL
277°, 38%, 70%
CMYK
11, 29, 0, 19
Luminance
0.3588
Every format
| HEX | #b894cf |
| RGB | rgb(184, 148, 207) |
| HSL | hsl(277, 38%, 70%) |
| CMYK | cmyk(11%, 29%, 0%, 19%) |
| LAB | lab(66.4 24.4 -25.2) |
| LCH | lch(66.4 35.1 314.1) |
| OKLCH | oklch(0.720 0.092 311.8) |
Copy-ready code
/* CSS */
color: #b894cf;
background-color: #b894cf;
/* Tailwind (arbitrary) */
class="text-[#b894cf] bg-[#b894cf]"
/* SCSS */
$brand: #b894cf;
/* SwiftUI */
Color(red: 0.722, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#b894cf")Accessibility — WCAG contrast
Aa
#b894cf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b894cf on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green58.0%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b894cf text on a black background
contrast 8.18:1
Card sample
#b894cf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b894cf;
Background color
Panel with #b894cf background
background-color: #b894cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b894cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b894cf; background: linear-gradient(135deg, #b894cf, #CF94BF);