#feaceb
a light, electric magenta / pink · warm · closest name: plum
RGB
254, 172, 235
HSL
314°, 98%, 84%
CMYK
0, 32, 8, 0
Luminance
0.5657
Every format
| HEX | #feaceb |
| RGB | rgb(254, 172, 235) |
| HSL | hsl(314, 98%, 84%) |
| CMYK | cmyk(0%, 32%, 8%, 0%) |
| LAB | lab(79.9 39.3 -19.3) |
| LCH | lch(79.9 43.8 333.9) |
| OKLCH | oklch(0.843 0.124 335.4) |
Copy-ready code
/* CSS */
color: #feaceb;
background-color: #feaceb;
/* Tailwind (arbitrary) */
class="text-[#feaceb] bg-[#feaceb]"
/* SCSS */
$brand: #feaceb;
/* SwiftUI */
Color(red: 0.996, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#feaceb")Accessibility — WCAG contrast
Aa
#feaceb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaceb on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green67.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow7.5%
Key (black)0.4%
Color previews
#feaceb text on a black background
contrast 12.31:1
Card sample
#feaceb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaceb;
Background color
Panel with #feaceb background
background-color: #feaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaceb; background: linear-gradient(135deg, #feaceb, #FEACB4);