#fda7cb
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 167, 203
HSL
335°, 96%, 82%
CMYK
0, 34, 20, 1
Luminance
0.5283
Every format
| HEX | #fda7cb |
| RGB | rgb(253, 167, 203) |
| HSL | hsl(335, 96%, 82%) |
| CMYK | cmyk(0%, 34%, 20%, 1%) |
| LAB | lab(77.8 36.5 -5.2) |
| LCH | lch(77.8 36.9 351.9) |
| OKLCH | oklch(0.823 0.110 353.1) |
Copy-ready code
/* CSS */
color: #fda7cb;
background-color: #fda7cb;
/* Tailwind (arbitrary) */
class="text-[#fda7cb] bg-[#fda7cb]"
/* SCSS */
$brand: #fda7cb;
/* SwiftUI */
Color(red: 0.992, green: 0.655, blue: 0.796)
/* Android */
Color.parseColor("#fda7cb")Accessibility — WCAG contrast
Aa
#fda7cb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda7cb on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow19.8%
Key (black)0.8%
Color previews
#fda7cb text on a black background
contrast 11.57:1
Card sample
#fda7cb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda7cb;
Background color
Panel with #fda7cb background
background-color: #fda7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 167, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 167, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda7cb; background: linear-gradient(135deg, #fda7cb, #FDBDA7);