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