#bf7eee
a light, electric violet · warm · closest name: orchid
RGB
191, 126, 238
HSL
275°, 77%, 71%
CMYK
20, 47, 0, 7
Luminance
0.3217
Every format
| HEX | #bf7eee |
| RGB | rgb(191, 126, 238) |
| HSL | hsl(275, 77%, 71%) |
| CMYK | cmyk(20%, 47%, 0%, 7%) |
| LAB | lab(63.5 45.3 -46.9) |
| LCH | lch(63.5 65.2 314.0) |
| OKLCH | oklch(0.704 0.170 309.5) |
Copy-ready code
/* CSS */
color: #bf7eee;
background-color: #bf7eee;
/* Tailwind (arbitrary) */
class="text-[#bf7eee] bg-[#bf7eee]"
/* SCSS */
$brand: #bf7eee;
/* SwiftUI */
Color(red: 0.749, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#bf7eee")Accessibility — WCAG contrast
Aa
#bf7eee on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7eee on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.4%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#bf7eee text on a black background
contrast 7.43:1
Card sample
#bf7eee text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7eee;
Background color
Panel with #bf7eee background
background-color: #bf7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7eee; background: linear-gradient(135deg, #bf7eee, #EE7ED2);