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