#fdbbac
a light, electric red · warm · closest name: pink
RGB
253, 187, 172
HSL
11°, 95%, 83%
CMYK
0, 26, 32, 1
Luminance
0.5940
Every format
| HEX | #fdbbac |
| RGB | rgb(253, 187, 172) |
| HSL | hsl(11, 95%, 83%) |
| CMYK | cmyk(0%, 26%, 32%, 1%) |
| LAB | lab(81.5 21.8 16.9) |
| LCH | lch(81.5 27.6 37.8) |
| OKLCH | oklch(0.849 0.080 33.2) |
Copy-ready code
/* CSS */
color: #fdbbac;
background-color: #fdbbac;
/* Tailwind (arbitrary) */
class="text-[#fdbbac] bg-[#fdbbac]"
/* SCSS */
$brand: #fdbbac;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.675)
/* Android */
Color.parseColor("#fdbbac")Accessibility — WCAG contrast
Aa
#fdbbac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbbac on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow32.0%
Key (black)0.8%
Color previews
#fdbbac text on a black background
contrast 12.88:1
Card sample
#fdbbac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbbac;
Background color
Panel with #fdbbac background
background-color: #fdbbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbbac; background: linear-gradient(135deg, #fdbbac, #FDF1AC);