#fd767f
a light, electric red · warm · closest name: salmon
RGB
253, 118, 127
HSL
356°, 97%, 73%
CMYK
0, 53, 50, 1
Luminance
0.3537
Every format
| HEX | #fd767f |
| RGB | rgb(253, 118, 127) |
| HSL | hsl(356, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 50%, 1%) |
| LAB | lab(66.0 52.2 20.3) |
| LCH | lch(66.0 56.0 21.2) |
| OKLCH | oklch(0.727 0.165 18.0) |
Copy-ready code
/* CSS */
color: #fd767f;
background-color: #fd767f;
/* Tailwind (arbitrary) */
class="text-[#fd767f] bg-[#fd767f]"
/* SCSS */
$brand: #fd767f;
/* SwiftUI */
Color(red: 0.992, green: 0.463, blue: 0.498)
/* Android */
Color.parseColor("#fd767f")Accessibility — WCAG contrast
Aa
#fd767f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd767f on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow49.8%
Key (black)0.8%
Color previews
#fd767f text on a black background
contrast 8.07:1
Card sample
#fd767f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd767f;
Background color
Panel with #fd767f background
background-color: #fd767f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd767f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 118, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 118, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd767f; background: linear-gradient(135deg, #fd767f, #FDC776);