#ff7f50
a light, electric orange · warm · “coral”
RGB
255, 127, 80
HSL
16°, 100%, 66%
CMYK
0, 50, 69, 0
Luminance
0.3702
Every format
| HEX | #ff7f50 |
| RGB | rgb(255, 127, 80) |
| HSL | hsl(16, 100%, 66%) |
| CMYK | cmyk(0%, 50%, 69%, 0%) |
| LAB | lab(67.3 45.4 47.5) |
| LCH | lch(67.3 65.7 46.3) |
| OKLCH | oklch(0.735 0.168 40.2) |
Copy-ready code
/* CSS */
color: #ff7f50;
background-color: #ff7f50;
/* Tailwind (arbitrary) */
class="text-[#ff7f50] bg-[#ff7f50]"
/* SCSS */
$brand: #ff7f50;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.314)
/* Android */
Color.parseColor("#ff7f50")Accessibility — WCAG contrast
Aa
#ff7f50 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7f50 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow68.6%
Key (black)0.0%
Color previews
#ff7f50 text on a black background
contrast 8.40:1
Card sample
#ff7f50 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7f50;
Background color
Panel with #ff7f50 background
background-color: #ff7f50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7f50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7f50; background: linear-gradient(135deg, #ff7f50, #FFF450);