#fdaca8
a light, electric red · warm · closest name: pink
RGB
253, 172, 168
HSL
3°, 96%, 83%
CMYK
0, 32, 34, 1
Luminance
0.5321
Every format
| HEX | #fdaca8 |
| RGB | rgb(253, 172, 168) |
| HSL | hsl(3, 96%, 83%) |
| CMYK | cmyk(0%, 32%, 34%, 1%) |
| LAB | lab(78.0 29.2 14.2) |
| LCH | lch(78.0 32.5 25.9) |
| OKLCH | oklch(0.822 0.096 22.5) |
Copy-ready code
/* CSS */
color: #fdaca8;
background-color: #fdaca8;
/* Tailwind (arbitrary) */
class="text-[#fdaca8] bg-[#fdaca8]"
/* SCSS */
$brand: #fdaca8;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.659)
/* Android */
Color.parseColor("#fdaca8")Accessibility — WCAG contrast
Aa
#fdaca8 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaca8 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow33.6%
Key (black)0.8%
Color previews
#fdaca8 text on a black background
contrast 11.64:1
Card sample
#fdaca8 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaca8;
Background color
Panel with #fdaca8 background
background-color: #fdaca8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaca8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaca8; background: linear-gradient(135deg, #fdaca8, #FDE5A8);