#feccea
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 204, 234
HSL
324°, 96%, 90%
CMYK
0, 20, 8, 0
Luminance
0.7020
Every format
| HEX | #feccea |
| RGB | rgb(254, 204, 234) |
| HSL | hsl(324, 96%, 90%) |
| CMYK | cmyk(0%, 20%, 8%, 0%) |
| LAB | lab(87.1 22.4 -8.1) |
| LCH | lch(87.1 23.8 340.2) |
| OKLCH | oklch(0.897 0.068 341.9) |
Copy-ready code
/* CSS */
color: #feccea;
background-color: #feccea;
/* Tailwind (arbitrary) */
class="text-[#feccea] bg-[#feccea]"
/* SCSS */
$brand: #feccea;
/* SwiftUI */
Color(red: 0.996, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#feccea")Accessibility — WCAG contrast
Aa
#feccea on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feccea on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green80.0%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow7.9%
Key (black)0.4%
Color previews
#feccea text on a black background
contrast 15.04:1
Card sample
#feccea text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feccea;
Background color
Panel with #feccea background
background-color: #feccea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feccea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feccea; background: linear-gradient(135deg, #feccea, #FECFCC);