#fdbcaf
a light, electric red · warm · closest name: pink
RGB
253, 188, 175
HSL
10°, 95%, 84%
CMYK
0, 26, 31, 1
Luminance
0.5994
Every format
| HEX | #fdbcaf |
| RGB | rgb(253, 188, 175) |
| HSL | hsl(10, 95%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 1%) |
| LAB | lab(81.8 21.7 15.8) |
| LCH | lch(81.8 26.8 36.0) |
| OKLCH | oklch(0.851 0.078 31.5) |
Copy-ready code
/* CSS */
color: #fdbcaf;
background-color: #fdbcaf;
/* Tailwind (arbitrary) */
class="text-[#fdbcaf] bg-[#fdbcaf]"
/* SCSS */
$brand: #fdbcaf;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#fdbcaf")Accessibility — WCAG contrast
Aa
#fdbcaf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcaf on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow30.8%
Key (black)0.8%
Color previews
#fdbcaf text on a black background
contrast 12.99:1
Card sample
#fdbcaf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcaf;
Background color
Panel with #fdbcaf background
background-color: #fdbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcaf; background: linear-gradient(135deg, #fdbcaf, #FDF0AF);