Mandarin
#f37a48
Mandarin, represented by the hex value #f37a48, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f37a48 | |
|---|---|---|
| RGB | rgb(243, 122, 72) | |
| HSL | hsl(18, 88%, 62%) | |
| CMYK | cmyk(0%, 50%, 70%, 5%) | |
| LAB | lab(65, 45, 49) | |
| OKLCH | oklch(0.71 0.162 42) |
Color harmonies
Tints & shades
Code snippets
color: #f37a48;
background-color: #f37a48;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF37A48)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.48, blue: 0.28, alpha: 1.0)