#fdbfad
a light, electric red · warm · closest name: pink
RGB
253, 191, 173
HSL
14°, 95%, 84%
CMYK
0, 25, 32, 1
Luminance
0.6116
Every format
| HEX | #fdbfad |
| RGB | rgb(253, 191, 173) |
| HSL | hsl(14, 95%, 84%) |
| CMYK | cmyk(0%, 25%, 32%, 1%) |
| LAB | lab(82.5 19.9 17.8) |
| LCH | lch(82.5 26.6 41.8) |
| OKLCH | oklch(0.856 0.076 36.8) |
Copy-ready code
/* CSS */
color: #fdbfad;
background-color: #fdbfad;
/* Tailwind (arbitrary) */
class="text-[#fdbfad] bg-[#fdbfad]"
/* SCSS */
$brand: #fdbfad;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#fdbfad")Accessibility — WCAG contrast
Aa
#fdbfad on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbfad on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow31.6%
Key (black)0.8%
Color previews
#fdbfad text on a black background
contrast 13.23:1
Card sample
#fdbfad text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbfad;
Background color
Panel with #fdbfad background
background-color: #fdbfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbfad; background: linear-gradient(135deg, #fdbfad, #FDF4AD);