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