#bf95df
a light, vivid violet · warm · closest name: plum
RGB
191, 149, 223
HSL
274°, 54%, 73%
CMYK
14, 33, 0, 13
Luminance
0.3790
Every format
| HEX | #bf95df |
| RGB | rgb(191, 149, 223) |
| HSL | hsl(274, 54%, 73%) |
| CMYK | cmyk(14%, 33%, 0%, 13%) |
| LAB | lab(68.0 29.4 -31.7) |
| LCH | lch(68.0 43.2 312.9) |
| OKLCH | oklch(0.735 0.113 309.8) |
Copy-ready code
/* CSS */
color: #bf95df;
background-color: #bf95df;
/* Tailwind (arbitrary) */
class="text-[#bf95df] bg-[#bf95df]"
/* SCSS */
$brand: #bf95df;
/* SwiftUI */
Color(red: 0.749, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#bf95df")Accessibility — WCAG contrast
Aa
#bf95df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf95df on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green58.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bf95df text on a black background
contrast 8.58:1
Card sample
#bf95df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf95df;
Background color
Panel with #bf95df background
background-color: #bf95df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf95df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf95df; background: linear-gradient(135deg, #bf95df, #DF95CE);