#fdafbc
a light, electric red · warm · closest name: pink
RGB
253, 175, 188
HSL
350°, 95%, 84%
CMYK
0, 31, 26, 1
Luminance
0.5517
Every format
| HEX | #fdafbc |
| RGB | rgb(253, 175, 188) |
| HSL | hsl(350, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 26%, 1%) |
| LAB | lab(79.1 30.2 5.0) |
| LCH | lch(79.1 30.6 9.3) |
| OKLCH | oklch(0.832 0.092 8.3) |
Copy-ready code
/* CSS */
color: #fdafbc;
background-color: #fdafbc;
/* Tailwind (arbitrary) */
class="text-[#fdafbc] bg-[#fdafbc]"
/* SCSS */
$brand: #fdafbc;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#fdafbc")Accessibility — WCAG contrast
Aa
#fdafbc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafbc on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow25.7%
Key (black)0.8%
Color previews
#fdafbc text on a black background
contrast 12.03:1
Card sample
#fdafbc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafbc;
Background color
Panel with #fdafbc background
background-color: #fdafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafbc; background: linear-gradient(135deg, #fdafbc, #FDD6AF);