#fda9ba
a light, electric red · warm · closest name: pink
RGB
253, 169, 186
HSL
348°, 96%, 83%
CMYK
0, 33, 27, 1
Luminance
0.5280
Every format
| HEX | #fda9ba |
| RGB | rgb(253, 169, 186) |
| HSL | hsl(348, 96%, 83%) |
| CMYK | cmyk(0%, 33%, 27%, 1%) |
| LAB | lab(77.8 33.1 4.0) |
| LCH | lch(77.8 33.4 7.0) |
| OKLCH | oklch(0.821 0.101 6.3) |
Copy-ready code
/* CSS */
color: #fda9ba;
background-color: #fda9ba;
/* Tailwind (arbitrary) */
class="text-[#fda9ba] bg-[#fda9ba]"
/* SCSS */
$brand: #fda9ba;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.729)
/* Android */
Color.parseColor("#fda9ba")Accessibility — WCAG contrast
Aa
#fda9ba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda9ba on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow26.5%
Key (black)0.8%
Color previews
#fda9ba text on a black background
contrast 11.56:1
Card sample
#fda9ba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda9ba;
Background color
Panel with #fda9ba background
background-color: #fda9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda9ba; background: linear-gradient(135deg, #fda9ba, #FDD0A9);