#bf99df
a light, vivid violet · warm · closest name: plum
RGB
191, 153, 223
HSL
273°, 52%, 74%
CMYK
14, 31, 0, 13
Luminance
0.3919
Every format
| HEX | #bf99df |
| RGB | rgb(191, 153, 223) |
| HSL | hsl(273, 52%, 74%) |
| CMYK | cmyk(14%, 31%, 0%, 13%) |
| LAB | lab(68.9 27.2 -30.2) |
| LCH | lch(68.9 40.7 312.0) |
| OKLCH | oklch(0.743 0.106 308.8) |
Copy-ready code
/* CSS */
color: #bf99df;
background-color: #bf99df;
/* Tailwind (arbitrary) */
class="text-[#bf99df] bg-[#bf99df]"
/* SCSS */
$brand: #bf99df;
/* SwiftUI */
Color(red: 0.749, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#bf99df")Accessibility — WCAG contrast
Aa
#bf99df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf99df on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green60.0%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf99df text on a black background
contrast 8.84:1
Card sample
#bf99df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf99df;
Background color
Panel with #bf99df background
background-color: #bf99df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf99df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf99df; background: linear-gradient(135deg, #bf99df, #DF99D0);