#ff7d8f
a light, electric red · warm · closest name: salmon
RGB
255, 125, 143
HSL
352°, 100%, 75%
CMYK
0, 51, 44, 0
Luminance
0.3791
Every format
| HEX | #ff7d8f |
| RGB | rgb(255, 125, 143) |
| HSL | hsl(352, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 44%, 0%) |
| LAB | lab(68.0 51.0 13.9) |
| LCH | lch(68.0 52.9 15.3) |
| OKLCH | oklch(0.744 0.159 13.1) |
Copy-ready code
/* CSS */
color: #ff7d8f;
background-color: #ff7d8f;
/* Tailwind (arbitrary) */
class="text-[#ff7d8f] bg-[#ff7d8f]"
/* SCSS */
$brand: #ff7d8f;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.561)
/* Android */
Color.parseColor("#ff7d8f")Accessibility — WCAG contrast
Aa
#ff7d8f on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7d8f on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow43.9%
Key (black)0.0%
Color previews
#ff7d8f text on a black background
contrast 8.58:1
Card sample
#ff7d8f text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7d8f;
Background color
Panel with #ff7d8f background
background-color: #ff7d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7d8f; background: linear-gradient(135deg, #ff7d8f, #FFC27D);