#fdbeb1
a light, electric red · warm · closest name: pink
RGB
253, 190, 177
HSL
10°, 95%, 84%
CMYK
0, 25, 30, 1
Luminance
0.6088
Every format
| HEX | #fdbeb1 |
| RGB | rgb(253, 190, 177) |
| HSL | hsl(10, 95%, 84%) |
| CMYK | cmyk(0%, 25%, 30%, 1%) |
| LAB | lab(82.3 20.9 15.4) |
| LCH | lch(82.3 25.9 36.4) |
| OKLCH | oklch(0.856 0.075 31.9) |
Copy-ready code
/* CSS */
color: #fdbeb1;
background-color: #fdbeb1;
/* Tailwind (arbitrary) */
class="text-[#fdbeb1] bg-[#fdbeb1]"
/* SCSS */
$brand: #fdbeb1;
/* SwiftUI */
Color(red: 0.992, green: 0.745, blue: 0.694)
/* Android */
Color.parseColor("#fdbeb1")Accessibility — WCAG contrast
Aa
#fdbeb1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbeb1 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.5%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow30.0%
Key (black)0.8%
Color previews
#fdbeb1 text on a black background
contrast 13.18:1
Card sample
#fdbeb1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbeb1;
Background color
Panel with #fdbeb1 background
background-color: #fdbeb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbeb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 190, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 190, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbeb1; background: linear-gradient(135deg, #fdbeb1, #FDF1B1);