#fda7f4
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 167, 244
HSL
306°, 96%, 82%
CMYK
0, 34, 4, 1
Luminance
0.5505
Every format
| HEX | #fda7f4 |
| RGB | rgb(253, 167, 244) |
| HSL | hsl(306, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 4%, 1%) |
| LAB | lab(79.1 43.1 -25.5) |
| LCH | lch(79.1 50.1 329.4) |
| OKLCH | oklch(0.837 0.140 330.5) |
Copy-ready code
/* CSS */
color: #fda7f4;
background-color: #fda7f4;
/* Tailwind (arbitrary) */
class="text-[#fda7f4] bg-[#fda7f4]"
/* SCSS */
$brand: #fda7f4;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.957)
/* Android */
Color.parseColor("#fda7f4")Accessibility — WCAG contrast
Aa
#fda7f4 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7f4 on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow3.6%
Key (black)0.8%
Color previews
#fda7f4 text on a black background
contrast 12.01:1
Card sample
#fda7f4 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7f4;
Background color
Panel with #fda7f4 background
background-color: #fda7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7f4; background: linear-gradient(135deg, #fda7f4, #FDA7BB);