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