#feaf9c
a light, electric red · warm · closest name: pink
RGB
254, 175, 156
HSL
12°, 98%, 80%
CMYK
0, 31, 39, 0
Luminance
0.5413
Every format
| HEX | #feaf9c |
| RGB | rgb(254, 175, 156) |
| HSL | hsl(12, 98%, 80%) |
| CMYK | cmyk(0%, 31%, 39%, 0%) |
| LAB | lab(78.5 26.6 21.4) |
| LCH | lch(78.5 34.2 38.8) |
| OKLCH | oklch(0.825 0.097 34.1) |
Copy-ready code
/* CSS */
color: #feaf9c;
background-color: #feaf9c;
/* Tailwind (arbitrary) */
class="text-[#feaf9c] bg-[#feaf9c]"
/* SCSS */
$brand: #feaf9c;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#feaf9c")Accessibility — WCAG contrast
Aa
#feaf9c on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feaf9c on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow38.6%
Key (black)0.4%
Color previews
#feaf9c text on a black background
contrast 11.83:1
Card sample
#feaf9c text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feaf9c;
Background color
Panel with #feaf9c background
background-color: #feaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feaf9c; background: linear-gradient(135deg, #feaf9c, #FEF09C);