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