#fda2cb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 162, 203
HSL
333°, 96%, 81%
CMYK
0, 36, 20, 1
Luminance
0.5104
Every format
| HEX | #fda2cb |
| RGB | rgb(253, 162, 203) |
| HSL | hsl(333, 96%, 81%) |
| CMYK | cmyk(0%, 36%, 20%, 1%) |
| LAB | lab(76.7 39.1 -6.8) |
| LCH | lch(76.7 39.7 350.2) |
| OKLCH | oklch(0.814 0.118 351.5) |
Copy-ready code
/* CSS */
color: #fda2cb;
background-color: #fda2cb;
/* Tailwind (arbitrary) */
class="text-[#fda2cb] bg-[#fda2cb]"
/* SCSS */
$brand: #fda2cb;
/* SwiftUI */
Color(red: 0.992, green: 0.635, blue: 0.796)
/* Android */
Color.parseColor("#fda2cb")Accessibility — WCAG contrast
Aa
#fda2cb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda2cb on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow19.8%
Key (black)0.8%
Color previews
#fda2cb text on a black background
contrast 11.21:1
Card sample
#fda2cb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda2cb;
Background color
Panel with #fda2cb background
background-color: #fda2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 162, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 162, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda2cb; background: linear-gradient(135deg, #fda2cb, #FDB6A2);