#fdbbaf
a light, electric red · warm · closest name: pink
RGB
253, 187, 175
HSL
9°, 95%, 84%
CMYK
0, 26, 31, 1
Luminance
0.5952
Every format
| HEX | #fdbbaf |
| RGB | rgb(253, 187, 175) |
| HSL | hsl(9, 95%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 1%) |
| LAB | lab(81.6 22.2 15.4) |
| LCH | lch(81.6 27.0 34.8) |
| OKLCH | oklch(0.850 0.079 30.4) |
Copy-ready code
/* CSS */
color: #fdbbaf;
background-color: #fdbbaf;
/* Tailwind (arbitrary) */
class="text-[#fdbbaf] bg-[#fdbbaf]"
/* SCSS */
$brand: #fdbbaf;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#fdbbaf")Accessibility — WCAG contrast
Aa
#fdbbaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbaf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow30.8%
Key (black)0.8%
Color previews
#fdbbaf text on a black background
contrast 12.90:1
Card sample
#fdbbaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbaf;
Background color
Panel with #fdbbaf background
background-color: #fdbbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbaf; background: linear-gradient(135deg, #fdbbaf, #FDEFAF);