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