#fdb7cd
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 183, 205
HSL
341°, 95%, 86%
CMYK
0, 28, 19, 1
Luminance
0.5916
Every format
| HEX | #fdb7cd |
| RGB | rgb(253, 183, 205) |
| HSL | hsl(341, 95%, 86%) |
| CMYK | cmyk(0%, 28%, 19%, 1%) |
| LAB | lab(81.4 28.5 -1.0) |
| LCH | lch(81.4 28.5 358.0) |
| OKLCH | oklch(0.850 0.085 358.5) |
Copy-ready code
/* CSS */
color: #fdb7cd;
background-color: #fdb7cd;
/* Tailwind (arbitrary) */
class="text-[#fdb7cd] bg-[#fdb7cd]"
/* SCSS */
$brand: #fdb7cd;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.804)
/* Android */
Color.parseColor("#fdb7cd")Accessibility — WCAG contrast
Aa
#fdb7cd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb7cd on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow19.0%
Key (black)0.8%
Color previews
#fdb7cd text on a black background
contrast 12.83:1
Card sample
#fdb7cd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb7cd;
Background color
Panel with #fdb7cd background
background-color: #fdb7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb7cd; background: linear-gradient(135deg, #fdb7cd, #FDD0B7);