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