#bf3ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 61, 223
HSL
288°, 72%, 56%
CMYK
14, 73, 0, 13
Luminance
0.1974
Every format
| HEX | #bf3ddf |
| RGB | rgb(191, 61, 223) |
| HSL | hsl(288, 72%, 56%) |
| CMYK | cmyk(14%, 73%, 0%, 13%) |
| LAB | lab(51.5 72.2 -57.5) |
| LCH | lch(51.5 92.3 321.4) |
| OKLCH | oklch(0.614 0.245 318.8) |
Copy-ready code
/* CSS */
color: #bf3ddf;
background-color: #bf3ddf;
/* Tailwind (arbitrary) */
class="text-[#bf3ddf] bg-[#bf3ddf]"
/* SCSS */
$brand: #bf3ddf;
/* SwiftUI */
Color(red: 0.749, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#bf3ddf")Accessibility — WCAG contrast
Aa
#bf3ddf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3ddf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.9%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf3ddf text on a black background
contrast 4.95:1
Card sample
#bf3ddf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3ddf;
Background color
Panel with #bf3ddf background
background-color: #bf3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3ddf; background: linear-gradient(135deg, #bf3ddf, #DF3D93);