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