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