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