#fdb5ba
a pale, electric red · warm · closest name: pink
RGB
253, 181, 186
HSL
356°, 95%, 85%
CMYK
0, 29, 27, 1
Luminance
0.5748
Every format
| HEX | #fdb5ba |
| RGB | rgb(253, 181, 186) |
| HSL | hsl(356, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 27%, 1%) |
| LAB | lab(80.5 26.8 7.9) |
| LCH | lch(80.5 27.9 16.4) |
| OKLCH | oklch(0.842 0.084 14.4) |
Copy-ready code
/* CSS */
color: #fdb5ba;
background-color: #fdb5ba;
/* Tailwind (arbitrary) */
class="text-[#fdb5ba] bg-[#fdb5ba]"
/* SCSS */
$brand: #fdb5ba;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.729)
/* Android */
Color.parseColor("#fdb5ba")Accessibility — WCAG contrast
Aa
#fdb5ba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb5ba on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow26.5%
Key (black)0.8%
Color previews
#fdb5ba text on a black background
contrast 12.50:1
Card sample
#fdb5ba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb5ba;
Background color
Panel with #fdb5ba background
background-color: #fdb5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb5ba; background: linear-gradient(135deg, #fdb5ba, #FDE0B5);