#fdbeb5
a pale, electric red · warm · closest name: pink
RGB
253, 190, 181
HSL
8°, 95%, 85%
CMYK
0, 25, 29, 1
Luminance
0.6105
Every format
| HEX | #fdbeb5 |
| RGB | rgb(253, 190, 181) |
| HSL | hsl(8, 95%, 85%) |
| CMYK | cmyk(0%, 25%, 29%, 1%) |
| LAB | lab(82.4 21.4 13.4) |
| LCH | lch(82.4 25.3 32.0) |
| OKLCH | oklch(0.856 0.074 27.9) |
Copy-ready code
/* CSS */
color: #fdbeb5;
background-color: #fdbeb5;
/* Tailwind (arbitrary) */
class="text-[#fdbeb5] bg-[#fdbeb5]"
/* SCSS */
$brand: #fdbeb5;
/* SwiftUI */
Color(red: 0.992, green: 0.745, blue: 0.710)
/* Android */
Color.parseColor("#fdbeb5")Accessibility — WCAG contrast
Aa
#fdbeb5 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbeb5 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow28.5%
Key (black)0.8%
Color previews
#fdbeb5 text on a black background
contrast 13.21:1
Card sample
#fdbeb5 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbeb5;
Background color
Panel with #fdbeb5 background
background-color: #fdbeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 190, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 190, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbeb5; background: linear-gradient(135deg, #fdbeb5, #FDEEB5);