#fdaba5
a light, electric red · warm · closest name: pink
RGB
253, 171, 165
HSL
4°, 96%, 82%
CMYK
0, 32, 35, 1
Luminance
0.5273
Every format
| HEX | #fdaba5 |
| RGB | rgb(253, 171, 165) |
| HSL | hsl(4, 96%, 82%) |
| CMYK | cmyk(0%, 32%, 35%, 1%) |
| LAB | lab(77.7 29.4 15.4) |
| LCH | lch(77.7 33.2 27.7) |
| OKLCH | oklch(0.819 0.098 24.0) |
Copy-ready code
/* CSS */
color: #fdaba5;
background-color: #fdaba5;
/* Tailwind (arbitrary) */
class="text-[#fdaba5] bg-[#fdaba5]"
/* SCSS */
$brand: #fdaba5;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.647)
/* Android */
Color.parseColor("#fdaba5")Accessibility — WCAG contrast
Aa
#fdaba5 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaba5 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow34.8%
Key (black)0.8%
Color previews
#fdaba5 text on a black background
contrast 11.55:1
Card sample
#fdaba5 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaba5;
Background color
Panel with #fdaba5 background
background-color: #fdaba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaba5; background: linear-gradient(135deg, #fdaba5, #FDE6A5);