#fe9fac
a light, electric red · warm · closest name: pink
RGB
254, 159, 172
HSL
352°, 98%, 81%
CMYK
0, 37, 32, 0
Luminance
0.4885
Every format
| HEX | #fe9fac |
| RGB | rgb(254, 159, 172) |
| HSL | hsl(352, 98%, 81%) |
| CMYK | cmyk(0%, 37%, 32%, 0%) |
| LAB | lab(75.4 36.8 8.3) |
| LCH | lch(75.4 37.8 12.6) |
| OKLCH | oklch(0.802 0.114 11.1) |
Copy-ready code
/* CSS */
color: #fe9fac;
background-color: #fe9fac;
/* Tailwind (arbitrary) */
class="text-[#fe9fac] bg-[#fe9fac]"
/* SCSS */
$brand: #fe9fac;
/* SwiftUI */
Color(red: 0.996, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#fe9fac")Accessibility — WCAG contrast
Aa
#fe9fac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe9fac on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow32.3%
Key (black)0.4%
Color previews
#fe9fac text on a black background
contrast 10.77:1
Card sample
#fe9fac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe9fac;
Background color
Panel with #fe9fac background
background-color: #fe9fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe9fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe9fac; background: linear-gradient(135deg, #fe9fac, #FED19F);