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