#fdaabc
a light, electric red · warm · closest name: pink
RGB
253, 170, 188
HSL
347°, 95%, 83%
CMYK
0, 33, 26, 1
Luminance
0.5326
Every format
| HEX | #fdaabc |
| RGB | rgb(253, 170, 188) |
| HSL | hsl(347, 95%, 83%) |
| CMYK | cmyk(0%, 33%, 26%, 1%) |
| LAB | lab(78.0 32.9 3.4) |
| LCH | lch(78.0 33.0 5.8) |
| OKLCH | oklch(0.823 0.100 5.3) |
Copy-ready code
/* CSS */
color: #fdaabc;
background-color: #fdaabc;
/* Tailwind (arbitrary) */
class="text-[#fdaabc] bg-[#fdaabc]"
/* SCSS */
$brand: #fdaabc;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.737)
/* Android */
Color.parseColor("#fdaabc")Accessibility — WCAG contrast
Aa
#fdaabc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaabc on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow25.7%
Key (black)0.8%
Color previews
#fdaabc text on a black background
contrast 11.65:1
Card sample
#fdaabc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaabc;
Background color
Panel with #fdaabc background
background-color: #fdaabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaabc; background: linear-gradient(135deg, #fdaabc, #FDCFAA);