#fdb3c0
a light, electric red · warm · closest name: pink
RGB
253, 179, 192
HSL
350°, 95%, 85%
CMYK
0, 29, 24, 1
Luminance
0.5693
Every format
| HEX | #fdb3c0 |
| RGB | rgb(253, 179, 192) |
| HSL | hsl(350, 95%, 85%) |
| CMYK | cmyk(0%, 29%, 24%, 1%) |
| LAB | lab(80.1 28.7 4.2) |
| LCH | lch(80.1 29.0 8.4) |
| OKLCH | oklch(0.840 0.088 7.5) |
Copy-ready code
/* CSS */
color: #fdb3c0;
background-color: #fdb3c0;
/* Tailwind (arbitrary) */
class="text-[#fdb3c0] bg-[#fdb3c0]"
/* SCSS */
$brand: #fdb3c0;
/* SwiftUI */
Color(red: 0.992, green: 0.702, blue: 0.753)
/* Android */
Color.parseColor("#fdb3c0")Accessibility — WCAG contrast
Aa
#fdb3c0 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb3c0 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow24.1%
Key (black)0.8%
Color previews
#fdb3c0 text on a black background
contrast 12.39:1
Card sample
#fdb3c0 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb3c0;
Background color
Panel with #fdb3c0 background
background-color: #fdb3c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb3c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 179, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 179, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb3c0; background: linear-gradient(135deg, #fdb3c0, #FDD7B3);