#fdbcaa
a light, electric red · warm · closest name: pink
RGB
253, 188, 170
HSL
13°, 95%, 83%
CMYK
0, 26, 33, 1
Luminance
0.5975
Every format
| HEX | #fdbcaa |
| RGB | rgb(253, 188, 170) |
| HSL | hsl(13, 95%, 83%) |
| CMYK | cmyk(0%, 26%, 33%, 1%) |
| LAB | lab(81.7 21.1 18.3) |
| LCH | lch(81.7 27.9 41.0) |
| OKLCH | oklch(0.850 0.080 36.1) |
Copy-ready code
/* CSS */
color: #fdbcaa;
background-color: #fdbcaa;
/* Tailwind (arbitrary) */
class="text-[#fdbcaa] bg-[#fdbcaa]"
/* SCSS */
$brand: #fdbcaa;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#fdbcaa")Accessibility — WCAG contrast
Aa
#fdbcaa on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbcaa on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow32.8%
Key (black)0.8%
Color previews
#fdbcaa text on a black background
contrast 12.95:1
Card sample
#fdbcaa text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbcaa;
Background color
Panel with #fdbcaa background
background-color: #fdbcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbcaa; background: linear-gradient(135deg, #fdbcaa, #FDF3AA);