#bc98df
a light, vivid violet · warm · closest name: plum
RGB
188, 152, 223
HSL
270°, 53%, 74%
CMYK
16, 32, 0, 13
Luminance
0.3848
Every format
| HEX | #bc98df |
| RGB | rgb(188, 152, 223) |
| HSL | hsl(270, 53%, 74%) |
| CMYK | cmyk(16%, 32%, 0%, 13%) |
| LAB | lab(68.4 26.9 -31.0) |
| LCH | lch(68.4 41.0 310.9) |
| OKLCH | oklch(0.738 0.107 307.1) |
Copy-ready code
/* CSS */
color: #bc98df;
background-color: #bc98df;
/* Tailwind (arbitrary) */
class="text-[#bc98df] bg-[#bc98df]"
/* SCSS */
$brand: #bc98df;
/* SwiftUI */
Color(red: 0.737, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#bc98df")Accessibility — WCAG contrast
Aa
#bc98df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc98df on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green59.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bc98df text on a black background
contrast 8.70:1
Card sample
#bc98df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc98df;
Background color
Panel with #bc98df background
background-color: #bc98df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc98df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc98df; background: linear-gradient(135deg, #bc98df, #DF98D3);