#fdb2cd
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 178, 205
HSL
338°, 95%, 85%
CMYK
0, 30, 19, 1
Luminance
0.5713
Every format
| HEX | #fdb2cd |
| RGB | rgb(253, 178, 205) |
| HSL | hsl(338, 95%, 85%) |
| CMYK | cmyk(0%, 30%, 19%, 1%) |
| LAB | lab(80.3 31.1 -2.6) |
| LCH | lch(80.3 31.2 355.1) |
| OKLCH | oklch(0.842 0.093 356.0) |
Copy-ready code
/* CSS */
color: #fdb2cd;
background-color: #fdb2cd;
/* Tailwind (arbitrary) */
class="text-[#fdb2cd] bg-[#fdb2cd]"
/* SCSS */
$brand: #fdb2cd;
/* SwiftUI */
Color(red: 0.992, green: 0.698, blue: 0.804)
/* Android */
Color.parseColor("#fdb2cd")Accessibility — WCAG contrast
Aa
#fdb2cd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb2cd on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow19.0%
Key (black)0.8%
Color previews
#fdb2cd text on a black background
contrast 12.43:1
Card sample
#fdb2cd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb2cd;
Background color
Panel with #fdb2cd background
background-color: #fdb2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 178, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 178, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb2cd; background: linear-gradient(135deg, #fdb2cd, #FDC9B2);