#ff7f6e
a light, electric red · warm · closest name: salmon
RGB
255, 127, 110
HSL
7°, 100%, 72%
CMYK
0, 50, 57, 0
Luminance
0.3756
Every format
| HEX | #ff7f6e |
| RGB | rgb(255, 127, 110) |
| HSL | hsl(7, 100%, 72%) |
| CMYK | cmyk(0%, 50%, 57%, 0%) |
| LAB | lab(67.7 47.2 32.0) |
| LCH | lch(67.7 57.1 34.1) |
| OKLCH | oklch(0.740 0.159 29.2) |
Copy-ready code
/* CSS */
color: #ff7f6e;
background-color: #ff7f6e;
/* Tailwind (arbitrary) */
class="text-[#ff7f6e] bg-[#ff7f6e]"
/* SCSS */
$brand: #ff7f6e;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.431)
/* Android */
Color.parseColor("#ff7f6e")Accessibility — WCAG contrast
Aa
#ff7f6e on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7f6e on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow56.9%
Key (black)0.0%
Color previews
#ff7f6e text on a black background
contrast 8.51:1
Card sample
#ff7f6e text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7f6e;
Background color
Panel with #ff7f6e background
background-color: #ff7f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7f6e; background: linear-gradient(135deg, #ff7f6e, #FFE06E);