#fda2f5
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 162, 245
HSL
305°, 96%, 81%
CMYK
0, 36, 3, 1
Luminance
0.5332
Every format
| HEX | #fda2f5 |
| RGB | rgb(253, 162, 245) |
| HSL | hsl(305, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 3%, 1%) |
| LAB | lab(78.1 45.9 -27.6) |
| LCH | lch(78.1 53.5 329.0) |
| OKLCH | oklch(0.829 0.149 330.0) |
Copy-ready code
/* CSS */
color: #fda2f5;
background-color: #fda2f5;
/* Tailwind (arbitrary) */
class="text-[#fda2f5] bg-[#fda2f5]"
/* SCSS */
$brand: #fda2f5;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.961)
/* Android */
Color.parseColor("#fda2f5")Accessibility — WCAG contrast
Aa
#fda2f5 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2f5 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow3.2%
Key (black)0.8%
Color previews
#fda2f5 text on a black background
contrast 11.66:1
Card sample
#fda2f5 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2f5;
Background color
Panel with #fda2f5 background
background-color: #fda2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2f5; background: linear-gradient(135deg, #fda2f5, #FDA2B8);