#fd838f
a light, electric red · warm · closest name: salmon
RGB
253, 131, 143
HSL
354°, 97%, 75%
CMYK
0, 48, 44, 1
Luminance
0.3910
Every format
| HEX | #fd838f |
| RGB | rgb(253, 131, 143) |
| HSL | hsl(354, 97%, 75%) |
| CMYK | cmyk(0%, 48%, 44%, 1%) |
| LAB | lab(68.8 47.4 15.1) |
| LCH | lch(68.8 49.8 17.7) |
| OKLCH | oklch(0.750 0.148 15.1) |
Copy-ready code
/* CSS */
color: #fd838f;
background-color: #fd838f;
/* Tailwind (arbitrary) */
class="text-[#fd838f] bg-[#fd838f]"
/* SCSS */
$brand: #fd838f;
/* SwiftUI */
Color(red: 0.992, green: 0.514, blue: 0.561)
/* Android */
Color.parseColor("#fd838f")Accessibility — WCAG contrast
Aa
#fd838f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd838f on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green51.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta48.2%
Yellow43.5%
Key (black)0.8%
Color previews
#fd838f text on a black background
contrast 8.82:1
Card sample
#fd838f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd838f;
Background color
Panel with #fd838f background
background-color: #fd838f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd838f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 131, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 131, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd838f; background: linear-gradient(135deg, #fd838f, #FDC883);