#fdb0ba
a light, electric red · warm · closest name: pink
RGB
253, 176, 186
HSL
352°, 95%, 84%
CMYK
0, 30, 27, 1
Luminance
0.5548
Every format
| HEX | #fdb0ba |
| RGB | rgb(253, 176, 186) |
| HSL | hsl(352, 95%, 84%) |
| CMYK | cmyk(0%, 30%, 27%, 1%) |
| LAB | lab(79.3 29.4 6.3) |
| LCH | lch(79.3 30.1 12.1) |
| OKLCH | oklch(0.833 0.091 10.7) |
Copy-ready code
/* CSS */
color: #fdb0ba;
background-color: #fdb0ba;
/* Tailwind (arbitrary) */
class="text-[#fdb0ba] bg-[#fdb0ba]"
/* SCSS */
$brand: #fdb0ba;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.729)
/* Android */
Color.parseColor("#fdb0ba")Accessibility — WCAG contrast
Aa
#fdb0ba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb0ba on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow26.5%
Key (black)0.8%
Color previews
#fdb0ba text on a black background
contrast 12.10:1
Card sample
#fdb0ba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb0ba;
Background color
Panel with #fdb0ba background
background-color: #fdb0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb0ba; background: linear-gradient(135deg, #fdb0ba, #FDD9B0);