#fdafe3
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 227
HSL
320°, 95%, 84%
CMYK
0, 31, 10, 1
Luminance
0.5709
Every format
| HEX | #fdafe3 |
| RGB | rgb(253, 175, 227) |
| HSL | hsl(320, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 10%, 1%) |
| LAB | lab(80.2 36.1 -14.6) |
| LCH | lch(80.2 38.9 338.0) |
| OKLCH | oklch(0.844 0.112 339.8) |
Copy-ready code
/* CSS */
color: #fdafe3;
background-color: #fdafe3;
/* Tailwind (arbitrary) */
class="text-[#fdafe3] bg-[#fdafe3]"
/* SCSS */
$brand: #fdafe3;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.890)
/* Android */
Color.parseColor("#fdafe3")Accessibility — WCAG contrast
Aa
#fdafe3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafe3 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow10.3%
Key (black)0.8%
Color previews
#fdafe3 text on a black background
contrast 12.42:1
Card sample
#fdafe3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafe3;
Background color
Panel with #fdafe3 background
background-color: #fdafe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafe3; background: linear-gradient(135deg, #fdafe3, #FDAFAF);