#febccf
a pale, electric magenta / pink · warm · closest name: pink
RGB
254, 188, 207
HSL
343°, 97%, 87%
CMYK
0, 26, 19, 0
Luminance
0.6154
Every format
| HEX | #febccf |
| RGB | rgb(254, 188, 207) |
| HSL | hsl(343, 97%, 87%) |
| CMYK | cmyk(0%, 26%, 19%, 0%) |
| LAB | lab(82.7 26.5 -0.2) |
| LCH | lch(82.7 26.5 359.7) |
| OKLCH | oklch(0.861 0.080 360.0) |
Copy-ready code
/* CSS */
color: #febccf;
background-color: #febccf;
/* Tailwind (arbitrary) */
class="text-[#febccf] bg-[#febccf]"
/* SCSS */
$brand: #febccf;
/* SwiftUI */
Color(red: 0.996, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#febccf")Accessibility — WCAG contrast
Aa
#febccf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#febccf on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow18.5%
Key (black)0.4%
Color previews
#febccf text on a black background
contrast 13.31:1
Card sample
#febccf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #febccf;
Background color
Panel with #febccf background
background-color: #febccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #febccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #febccf; background: linear-gradient(135deg, #febccf, #FED5BC);