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