#fda2bf
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 162, 191
HSL
341°, 96%, 81%
CMYK
0, 36, 25, 1
Luminance
0.5048
Every format
| HEX | #fda2bf |
| RGB | rgb(253, 162, 191) |
| HSL | hsl(341, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 25%, 1%) |
| LAB | lab(76.4 37.4 -0.7) |
| LCH | lch(76.4 37.4 358.9) |
| OKLCH | oklch(0.811 0.113 359.3) |
Copy-ready code
/* CSS */
color: #fda2bf;
background-color: #fda2bf;
/* Tailwind (arbitrary) */
class="text-[#fda2bf] bg-[#fda2bf]"
/* SCSS */
$brand: #fda2bf;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.749)
/* Android */
Color.parseColor("#fda2bf")Accessibility — WCAG contrast
Aa
#fda2bf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2bf on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow24.5%
Key (black)0.8%
Color previews
#fda2bf text on a black background
contrast 11.10:1
Card sample
#fda2bf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2bf;
Background color
Panel with #fda2bf background
background-color: #fda2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2bf; background: linear-gradient(135deg, #fda2bf, #FDC2A2);