#feafbf
a light, electric red · warm · closest name: pink
RGB
254, 175, 191
HSL
348°, 98%, 84%
CMYK
0, 31, 25, 0
Luminance
0.5549
Every format
| HEX | #feafbf |
| RGB | rgb(254, 175, 191) |
| HSL | hsl(348, 98%, 84%) |
| CMYK | cmyk(0%, 31%, 25%, 0%) |
| LAB | lab(79.3 31.0 3.6) |
| LCH | lch(79.3 31.2 6.6) |
| OKLCH | oklch(0.834 0.094 6.0) |
Copy-ready code
/* CSS */
color: #feafbf;
background-color: #feafbf;
/* Tailwind (arbitrary) */
class="text-[#feafbf] bg-[#feafbf]"
/* SCSS */
$brand: #feafbf;
/* SwiftUI */
Color(red: 0.996, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#feafbf")Accessibility — WCAG contrast
Aa
#feafbf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feafbf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green68.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow24.8%
Key (black)0.4%
Color previews
#feafbf text on a black background
contrast 12.10:1
Card sample
#feafbf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feafbf;
Background color
Panel with #feafbf background
background-color: #feafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feafbf; background: linear-gradient(135deg, #feafbf, #FED4AF);