#fdb7ab
a light, electric red · warm · closest name: pink
RGB
253, 183, 171
HSL
9°, 95%, 83%
CMYK
0, 28, 32, 1
Luminance
0.5769
Every format
| HEX | #fdb7ab |
| RGB | rgb(253, 183, 171) |
| HSL | hsl(9, 95%, 83%) |
| CMYK | cmyk(0%, 28%, 32%, 1%) |
| LAB | lab(80.6 23.8 16.2) |
| LCH | lch(80.6 28.8 34.2) |
| OKLCH | oklch(0.842 0.084 29.8) |
Copy-ready code
/* CSS */
color: #fdb7ab;
background-color: #fdb7ab;
/* Tailwind (arbitrary) */
class="text-[#fdb7ab] bg-[#fdb7ab]"
/* SCSS */
$brand: #fdb7ab;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.671)
/* Android */
Color.parseColor("#fdb7ab")Accessibility — WCAG contrast
Aa
#fdb7ab on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7ab on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow32.4%
Key (black)0.8%
Color previews
#fdb7ab text on a black background
contrast 12.54:1
Card sample
#fdb7ab text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7ab;
Background color
Panel with #fdb7ab background
background-color: #fdb7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7ab; background: linear-gradient(135deg, #fdb7ab, #FDEEAB);