#fdaeba
a light, electric red · warm · closest name: pink
RGB
253, 174, 186
HSL
351°, 95%, 84%
CMYK
0, 31, 27, 1
Luminance
0.5470
Every format
| HEX | #fdaeba |
| RGB | rgb(253, 174, 186) |
| HSL | hsl(351, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 27%, 1%) |
| LAB | lab(78.9 30.5 5.7) |
| LCH | lch(78.9 31.0 10.5) |
| OKLCH | oklch(0.830 0.094 9.3) |
Copy-ready code
/* CSS */
color: #fdaeba;
background-color: #fdaeba;
/* Tailwind (arbitrary) */
class="text-[#fdaeba] bg-[#fdaeba]"
/* SCSS */
$brand: #fdaeba;
/* SwiftUI */
Color(red: 0.992, green: 0.682, blue: 0.729)
/* Android */
Color.parseColor("#fdaeba")Accessibility — WCAG contrast
Aa
#fdaeba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaeba on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow26.5%
Key (black)0.8%
Color previews
#fdaeba text on a black background
contrast 11.94:1
Card sample
#fdaeba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaeba;
Background color
Panel with #fdaeba background
background-color: #fdaeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 174, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 174, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaeba; background: linear-gradient(135deg, #fdaeba, #FDD7AE);