#fdb3af
a light, electric red · warm · closest name: pink
RGB
253, 179, 175
HSL
3°, 95%, 84%
CMYK
0, 29, 31, 1
Luminance
0.5622
Every format
| HEX | #fdb3af |
| RGB | rgb(253, 179, 175) |
| HSL | hsl(3, 95%, 84%) |
| CMYK | cmyk(0%, 29%, 31%, 1%) |
| LAB | lab(79.7 26.4 12.8) |
| LCH | lch(79.7 29.4 25.9) |
| OKLCH | oklch(0.835 0.087 22.6) |
Copy-ready code
/* CSS */
color: #fdb3af;
background-color: #fdb3af;
/* Tailwind (arbitrary) */
class="text-[#fdb3af] bg-[#fdb3af]"
/* SCSS */
$brand: #fdb3af;
/* SwiftUI */
Color(red: 0.992, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#fdb3af")Accessibility — WCAG contrast
Aa
#fdb3af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb3af on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow30.8%
Key (black)0.8%
Color previews
#fdb3af text on a black background
contrast 12.24:1
Card sample
#fdb3af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb3af;
Background color
Panel with #fdb3af background
background-color: #fdb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb3af; background: linear-gradient(135deg, #fdb3af, #FDE7AF);