#bf5eee
a light, electric violet · warm · closest name: orchid
RGB
191, 94, 238
HSL
280°, 81%, 65%
CMYK
20, 61, 0, 7
Luminance
0.2525
Every format
| HEX | #bf5eee |
| RGB | rgb(191, 94, 238) |
| HSL | hsl(280, 81%, 65%) |
| CMYK | cmyk(20%, 61%, 0%, 7%) |
| LAB | lab(57.3 61.5 -56.7) |
| LCH | lch(57.3 83.7 317.3) |
| OKLCH | oklch(0.658 0.218 313.1) |
Copy-ready code
/* CSS */
color: #bf5eee;
background-color: #bf5eee;
/* Tailwind (arbitrary) */
class="text-[#bf5eee] bg-[#bf5eee]"
/* SCSS */
$brand: #bf5eee;
/* SwiftUI */
Color(red: 0.749, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#bf5eee")Accessibility — WCAG contrast
Aa
#bf5eee on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5eee on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green36.9%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#bf5eee text on a black background
contrast 6.05:1
Card sample
#bf5eee text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5eee;
Background color
Panel with #bf5eee background
background-color: #bf5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5eee; background: linear-gradient(135deg, #bf5eee, #EE5EBD);