#fda5b2
a light, electric red · warm · closest name: pink
RGB
253, 165, 178
HSL
351°, 96%, 82%
CMYK
0, 35, 30, 1
Luminance
0.5101
Every format
| HEX | #fda5b2 |
| RGB | rgb(253, 165, 178) |
| HSL | hsl(351, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 30%, 1%) |
| LAB | lab(76.7 34.1 6.9) |
| LCH | lch(76.7 34.8 11.4) |
| OKLCH | oklch(0.812 0.105 10.0) |
Copy-ready code
/* CSS */
color: #fda5b2;
background-color: #fda5b2;
/* Tailwind (arbitrary) */
class="text-[#fda5b2] bg-[#fda5b2]"
/* SCSS */
$brand: #fda5b2;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.698)
/* Android */
Color.parseColor("#fda5b2")Accessibility — WCAG contrast
Aa
#fda5b2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda5b2 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow29.6%
Key (black)0.8%
Color previews
#fda5b2 text on a black background
contrast 11.20:1
Card sample
#fda5b2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda5b2;
Background color
Panel with #fda5b2 background
background-color: #fda5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda5b2; background: linear-gradient(135deg, #fda5b2, #FDD3A5);