#fec3ee
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 195, 238
HSL
316°, 97%, 88%
CMYK
0, 23, 6, 0
Luminance
0.6627
Every format
| HEX | #fec3ee |
| RGB | rgb(254, 195, 238) |
| HSL | hsl(316, 97%, 88%) |
| CMYK | cmyk(0%, 23%, 6%, 0%) |
| LAB | lab(85.1 27.8 -13.1) |
| LCH | lch(85.1 30.7 334.8) |
| OKLCH | oklch(0.883 0.087 336.4) |
Copy-ready code
/* CSS */
color: #fec3ee;
background-color: #fec3ee;
/* Tailwind (arbitrary) */
class="text-[#fec3ee] bg-[#fec3ee]"
/* SCSS */
$brand: #fec3ee;
/* SwiftUI */
Color(red: 0.996, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#fec3ee")Accessibility — WCAG contrast
Aa
#fec3ee on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fec3ee on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green76.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow6.3%
Key (black)0.4%
Color previews
#fec3ee text on a black background
contrast 14.25:1
Card sample
#fec3ee text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fec3ee;
Background color
Panel with #fec3ee background
background-color: #fec3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fec3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fec3ee; background: linear-gradient(135deg, #fec3ee, #FEC3C6);