#bf98df
a light, vivid violet · warm · closest name: plum
RGB
191, 152, 223
HSL
273°, 53%, 74%
CMYK
14, 32, 0, 13
Luminance
0.3886
Every format
| HEX | #bf98df |
| RGB | rgb(191, 152, 223) |
| HSL | hsl(273, 53%, 74%) |
| CMYK | cmyk(14%, 32%, 0%, 13%) |
| LAB | lab(68.7 27.8 -30.6) |
| LCH | lch(68.7 41.3 312.3) |
| OKLCH | oklch(0.741 0.108 309.0) |
Copy-ready code
/* CSS */
color: #bf98df;
background-color: #bf98df;
/* Tailwind (arbitrary) */
class="text-[#bf98df] bg-[#bf98df]"
/* SCSS */
$brand: #bf98df;
/* SwiftUI */
Color(red: 0.749, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#bf98df")Accessibility — WCAG contrast
Aa
#bf98df on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf98df on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green59.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bf98df text on a black background
contrast 8.77:1
Card sample
#bf98df text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf98df;
Background color
Panel with #bf98df background
background-color: #bf98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf98df; background: linear-gradient(135deg, #bf98df, #DF98D0);