#fda7fc
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 167, 252
HSL
301°, 96%, 82%
CMYK
0, 34, 0, 1
Luminance
0.5555
Every format
| HEX | #fda7fc |
| RGB | rgb(253, 167, 252) |
| HSL | hsl(301, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 0%, 1%) |
| LAB | lab(79.4 44.5 -29.4) |
| LCH | lch(79.4 53.4 326.6) |
| OKLCH | oklch(0.840 0.147 327.2) |
Copy-ready code
/* CSS */
color: #fda7fc;
background-color: #fda7fc;
/* Tailwind (arbitrary) */
class="text-[#fda7fc] bg-[#fda7fc]"
/* SCSS */
$brand: #fda7fc;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.988)
/* Android */
Color.parseColor("#fda7fc")Accessibility — WCAG contrast
Aa
#fda7fc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7fc on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow0.4%
Key (black)0.8%
Color previews
#fda7fc text on a black background
contrast 12.11:1
Card sample
#fda7fc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7fc;
Background color
Panel with #fda7fc background
background-color: #fda7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7fc; background: linear-gradient(135deg, #fda7fc, #FDA7C3);