#fdafac
a light, electric red · warm · closest name: pink
RGB
253, 175, 172
HSL
2°, 95%, 83%
CMYK
0, 31, 32, 1
Luminance
0.5452
Every format
| HEX | #fdafac |
| RGB | rgb(253, 175, 172) |
| HSL | hsl(2, 95%, 83%) |
| CMYK | cmyk(0%, 31%, 32%, 1%) |
| LAB | lab(78.8 28.1 13.1) |
| LCH | lch(78.8 31.0 25.0) |
| OKLCH | oklch(0.828 0.092 21.7) |
Copy-ready code
/* CSS */
color: #fdafac;
background-color: #fdafac;
/* Tailwind (arbitrary) */
class="text-[#fdafac] bg-[#fdafac]"
/* SCSS */
$brand: #fdafac;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#fdafac")Accessibility — WCAG contrast
Aa
#fdafac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafac on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow32.0%
Key (black)0.8%
Color previews
#fdafac text on a black background
contrast 11.90:1
Card sample
#fdafac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafac;
Background color
Panel with #fdafac background
background-color: #fdafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafac; background: linear-gradient(135deg, #fdafac, #FDE5AC);