#bf4eee
a balanced, electric violet · warm · closest name: magenta
RGB
191, 78, 238
HSL
282°, 83%, 62%
CMYK
20, 67, 0, 7
Luminance
0.2270
Every format
| HEX | #bf4eee |
| RGB | rgb(191, 78, 238) |
| HSL | hsl(282, 83%, 62%) |
| CMYK | cmyk(20%, 67%, 0%, 7%) |
| LAB | lab(54.8 68.6 -60.8) |
| LCH | lch(54.8 91.7 318.4) |
| OKLCH | oklch(0.640 0.239 314.2) |
Copy-ready code
/* CSS */
color: #bf4eee;
background-color: #bf4eee;
/* Tailwind (arbitrary) */
class="text-[#bf4eee] bg-[#bf4eee]"
/* SCSS */
$brand: #bf4eee;
/* SwiftUI */
Color(red: 0.749, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#bf4eee")Accessibility — WCAG contrast
Aa
#bf4eee on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4eee on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green30.6%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bf4eee text on a black background
contrast 5.54:1
Card sample
#bf4eee text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4eee;
Background color
Panel with #bf4eee background
background-color: #bf4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4eee; background: linear-gradient(135deg, #bf4eee, #EE4EB2);