#fdb5cd
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 181, 205
HSL
340°, 95%, 85%
CMYK
0, 29, 19, 1
Luminance
0.5834
Every format
| HEX | #fdb5cd |
| RGB | rgb(253, 181, 205) |
| HSL | hsl(340, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 19%, 1%) |
| LAB | lab(80.9 29.5 -1.6) |
| LCH | lch(80.9 29.6 356.8) |
| OKLCH | oklch(0.847 0.088 357.5) |
Copy-ready code
/* CSS */
color: #fdb5cd;
background-color: #fdb5cd;
/* Tailwind (arbitrary) */
class="text-[#fdb5cd] bg-[#fdb5cd]"
/* SCSS */
$brand: #fdb5cd;
/* SwiftUI */
Color(red: 0.992, green: 0.710, blue: 0.804)
/* Android */
Color.parseColor("#fdb5cd")Accessibility — WCAG contrast
Aa
#fdb5cd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb5cd on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow19.0%
Key (black)0.8%
Color previews
#fdb5cd text on a black background
contrast 12.67:1
Card sample
#fdb5cd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb5cd;
Background color
Panel with #fdb5cd background
background-color: #fdb5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 181, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 181, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb5cd; background: linear-gradient(135deg, #fdb5cd, #FDCDB5);