#fcbeee
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 190, 238
HSL
314°, 91%, 87%
CMYK
0, 25, 6, 1
Luminance
0.6370
Every format
| HEX | #fcbeee |
| RGB | rgb(252, 190, 238) |
| HSL | hsl(314, 91%, 87%) |
| CMYK | cmyk(0%, 25%, 6%, 1%) |
| LAB | lab(83.8 29.8 -15.1) |
| LCH | lch(83.8 33.4 333.1) |
| OKLCH | oklch(0.872 0.094 334.6) |
Copy-ready code
/* CSS */
color: #fcbeee;
background-color: #fcbeee;
/* Tailwind (arbitrary) */
class="text-[#fcbeee] bg-[#fcbeee]"
/* SCSS */
$brand: #fcbeee;
/* SwiftUI */
Color(red: 0.988, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#fcbeee")Accessibility — WCAG contrast
Aa
#fcbeee on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbeee on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow5.6%
Key (black)1.2%
Color previews
#fcbeee text on a black background
contrast 13.74:1
Card sample
#fcbeee text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbeee;
Background color
Panel with #fcbeee background
background-color: #fcbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbeee; background: linear-gradient(135deg, #fcbeee, #FCBEC5);