Coral
#ff7f50
Looking for the precise values behind Coral (#ff7f50)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff7f50 | |
|---|---|---|
| RGB | rgb(255, 127, 80) | |
| HSL | hsl(16, 100%, 66%) | |
| CMYK | cmyk(0%, 50%, 69%, 0%) | |
| LAB | lab(68, 47, 49) | |
| OKLCH | oklch(0.74 0.168 40) |
Color harmonies
Tints & shades
Code snippets
color: #ff7f50;
background-color: #ff7f50;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF7F50)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.50, blue: 0.31, alpha: 1.0)