#ff7c5f
a light, electric red · warm · closest name: coral
RGB
255, 124, 95
HSL
11°, 100%, 69%
CMYK
0, 51, 63, 0
Luminance
0.3650
Every format
| HEX | #ff7c5f |
| RGB | rgb(255, 124, 95) |
| HSL | hsl(11, 100%, 69%) |
| CMYK | cmyk(0%, 51%, 63%, 0%) |
| LAB | lab(66.9 47.7 39.2) |
| LCH | lch(66.9 61.7 39.4) |
| OKLCH | oklch(0.733 0.166 33.8) |
Copy-ready code
/* CSS */
color: #ff7c5f;
background-color: #ff7c5f;
/* Tailwind (arbitrary) */
class="text-[#ff7c5f] bg-[#ff7c5f]"
/* SCSS */
$brand: #ff7c5f;
/* SwiftUI */
Color(red: 1.000, green: 0.486, blue: 0.373)
/* Android */
Color.parseColor("#ff7c5f")Accessibility — WCAG contrast
Aa
#ff7c5f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7c5f on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow62.7%
Key (black)0.0%
Color previews
#ff7c5f text on a black background
contrast 8.30:1
Card sample
#ff7c5f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7c5f;
Background color
Panel with #ff7c5f background
background-color: #ff7c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 124, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 124, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7c5f; background: linear-gradient(135deg, #ff7c5f, #FFE75F);