#fdaf9c
a light, electric red · warm · closest name: pink
RGB
253, 175, 156
HSL
12°, 96%, 80%
CMYK
0, 31, 38, 1
Luminance
0.5394
Every format
| HEX | #fdaf9c |
| RGB | rgb(253, 175, 156) |
| HSL | hsl(12, 96%, 80%) |
| CMYK | cmyk(0%, 31%, 38%, 1%) |
| LAB | lab(78.4 26.2 21.3) |
| LCH | lch(78.4 33.8 39.0) |
| OKLCH | oklch(0.824 0.096 34.2) |
Copy-ready code
/* CSS */
color: #fdaf9c;
background-color: #fdaf9c;
/* Tailwind (arbitrary) */
class="text-[#fdaf9c] bg-[#fdaf9c]"
/* SCSS */
$brand: #fdaf9c;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#fdaf9c")Accessibility — WCAG contrast
Aa
#fdaf9c on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf9c on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow38.3%
Key (black)0.8%
Color previews
#fdaf9c text on a black background
contrast 11.79:1
Card sample
#fdaf9c text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf9c;
Background color
Panel with #fdaf9c background
background-color: #fdaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf9c; background: linear-gradient(135deg, #fdaf9c, #FDF09C);