#efbeee
a light, vivid magenta / pink · warm · closest name: plum
RGB
239, 190, 238
HSL
301°, 61%, 84%
CMYK
0, 21, 0, 6
Luminance
0.6135
Every format
| HEX | #efbeee |
| RGB | rgb(239, 190, 238) |
| HSL | hsl(301, 61%, 84%) |
| CMYK | cmyk(0%, 21%, 0%, 6%) |
| LAB | lab(82.6 25.5 -17.1) |
| LCH | lch(82.6 30.7 326.1) |
| OKLCH | oklch(0.860 0.084 326.9) |
Copy-ready code
/* CSS */
color: #efbeee;
background-color: #efbeee;
/* Tailwind (arbitrary) */
class="text-[#efbeee] bg-[#efbeee]"
/* SCSS */
$brand: #efbeee;
/* SwiftUI */
Color(red: 0.937, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#efbeee")Accessibility — WCAG contrast
Aa
#efbeee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbeee on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow0.4%
Key (black)6.3%
Color previews
#efbeee text on a black background
contrast 13.27:1
Card sample
#efbeee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbeee;
Background color
Panel with #efbeee background
background-color: #efbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbeee; background: linear-gradient(135deg, #efbeee, #EFBECD);