#fdbabb
a pale, electric red · warm · closest name: pink
RGB
253, 186, 187
HSL
359°, 94%, 86%
CMYK
0, 27, 26, 1
Luminance
0.5959
Every format
| HEX | #fdbabb |
| RGB | rgb(253, 186, 187) |
| HSL | hsl(359, 94%, 86%) |
| CMYK | cmyk(0%, 27%, 26%, 1%) |
| LAB | lab(81.6 24.3 9.1) |
| LCH | lch(81.6 25.9 20.4) |
| OKLCH | oklch(0.851 0.078 17.8) |
Copy-ready code
/* CSS */
color: #fdbabb;
background-color: #fdbabb;
/* Tailwind (arbitrary) */
class="text-[#fdbabb] bg-[#fdbabb]"
/* SCSS */
$brand: #fdbabb;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.733)
/* Android */
Color.parseColor("#fdbabb")Accessibility — WCAG contrast
Aa
#fdbabb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbabb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow26.1%
Key (black)0.8%
Color previews
#fdbabb text on a black background
contrast 12.92:1
Card sample
#fdbabb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbabb;
Background color
Panel with #fdbabb background
background-color: #fdbabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbabb; background: linear-gradient(135deg, #fdbabb, #FDE6BA);