#fda7ba
a light, electric red · warm · closest name: pink
RGB
253, 167, 186
HSL
347°, 96%, 82%
CMYK
0, 34, 27, 1
Luminance
0.5207
Every format
| HEX | #fda7ba |
| RGB | rgb(253, 167, 186) |
| HSL | hsl(347, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 27%, 1%) |
| LAB | lab(77.3 34.1 3.4) |
| LCH | lch(77.3 34.3 5.7) |
| OKLCH | oklch(0.818 0.104 5.2) |
Copy-ready code
/* CSS */
color: #fda7ba;
background-color: #fda7ba;
/* Tailwind (arbitrary) */
class="text-[#fda7ba] bg-[#fda7ba]"
/* SCSS */
$brand: #fda7ba;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.729)
/* Android */
Color.parseColor("#fda7ba")Accessibility — WCAG contrast
Aa
#fda7ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7ba on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fda7ba text on a black background
contrast 11.41:1
Card sample
#fda7ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7ba;
Background color
Panel with #fda7ba background
background-color: #fda7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7ba; background: linear-gradient(135deg, #fda7ba, #FDCDA7);