#fdb8c3
a pale, electric red · warm · closest name: pink
RGB
253, 184, 195
HSL
350°, 95%, 86%
CMYK
0, 27, 23, 1
Luminance
0.5910
Every format
| HEX | #fdb8c3 |
| RGB | rgb(253, 184, 195) |
| HSL | hsl(350, 95%, 86%) |
| CMYK | cmyk(0%, 27%, 23%, 1%) |
| LAB | lab(81.3 26.5 4.4) |
| LCH | lch(81.3 26.8 9.4) |
| OKLCH | oklch(0.849 0.081 8.4) |
Copy-ready code
/* CSS */
color: #fdb8c3;
background-color: #fdb8c3;
/* Tailwind (arbitrary) */
class="text-[#fdb8c3] bg-[#fdb8c3]"
/* SCSS */
$brand: #fdb8c3;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.765)
/* Android */
Color.parseColor("#fdb8c3")Accessibility — WCAG contrast
Aa
#fdb8c3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb8c3 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow22.9%
Key (black)0.8%
Color previews
#fdb8c3 text on a black background
contrast 12.82:1
Card sample
#fdb8c3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb8c3;
Background color
Panel with #fdb8c3 background
background-color: #fdb8c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb8c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb8c3; background: linear-gradient(135deg, #fdb8c3, #FDDBB8);