#feacbc
a light, electric red · warm · closest name: pink
RGB
254, 172, 188
HSL
348°, 98%, 84%
CMYK
0, 32, 26, 0
Luminance
0.5421
Every format
| HEX | #feacbc |
| RGB | rgb(254, 172, 188) |
| HSL | hsl(348, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 26%, 0%) |
| LAB | lab(78.6 32.2 4.2) |
| LCH | lch(78.6 32.4 7.4) |
| OKLCH | oklch(0.828 0.098 6.6) |
Copy-ready code
/* CSS */
color: #feacbc;
background-color: #feacbc;
/* Tailwind (arbitrary) */
class="text-[#feacbc] bg-[#feacbc]"
/* SCSS */
$brand: #feacbc;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#feacbc")Accessibility — WCAG contrast
Aa
#feacbc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feacbc on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow26.0%
Key (black)0.4%
Color previews
#feacbc text on a black background
contrast 11.84:1
Card sample
#feacbc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feacbc;
Background color
Panel with #feacbc background
background-color: #feacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feacbc; background: linear-gradient(135deg, #feacbc, #FED3AC);