#fda1ba
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 161, 186
HSL
344°, 96%, 81%
CMYK
0, 36, 27, 1
Luminance
0.4992
Every format
| HEX | #fda1ba |
| RGB | rgb(253, 161, 186) |
| HSL | hsl(344, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 27%, 1%) |
| LAB | lab(76.0 37.3 1.5) |
| LCH | lch(76.0 37.3 2.3) |
| OKLCH | oklch(0.808 0.113 2.3) |
Copy-ready code
/* CSS */
color: #fda1ba;
background-color: #fda1ba;
/* Tailwind (arbitrary) */
class="text-[#fda1ba] bg-[#fda1ba]"
/* SCSS */
$brand: #fda1ba;
/* SwiftUI */
Color(red: 0.992, green: 0.631, blue: 0.729)
/* Android */
Color.parseColor("#fda1ba")Accessibility — WCAG contrast
Aa
#fda1ba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda1ba on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fda1ba text on a black background
contrast 10.98:1
Card sample
#fda1ba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda1ba;
Background color
Panel with #fda1ba background
background-color: #fda1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 161, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 161, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda1ba; background: linear-gradient(135deg, #fda1ba, #FDC5A1);