Coral
#F79E55
OrangeColor Codes
All color formats for development
HEX
#F79E55RGB
rgb(247, 158, 85)HSL
hsl(27, 91%, 65%)OKLCH
oklch(0.776 0.138 58)CMYK
cmyk(0%, 36%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F58C35
2#F47915
3#DE690A
4#BE5A09
5#9E4B07
6#7F3C06
7#5F2D04
8#3F1E03
9#200F01
Tints
Lighter variations
1#F8A766
2#F9B177
3#F9BB88
4#FAC599
5#FBCEAA
6#FCD8BB
7#FDE2CC
8#FDECDD
9#FEF5EE
Tones
Muted variations
1#EF9E5D
2#E79F65
3#DFA06D
4#D6A175
5#CEA27D
6#C6A385
7#BEA38D
8#B6A496
9#AEA59E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDB #FCDBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FABF #FABF8F | BordersInactive statesPlaceholder text |
| 400 | F79E #F79E55 | Disabled statesSecondary iconsMuted text |
| 500 | F582 #F58224 | Primary brand colorCTAsActive elementsLinks |
| 600 | D666 #D6660A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA51 #AA5108 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A3A #7A3A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E25 #4E2504 | Primary textHigh emphasis contentDark headings |
| 950 | 3117 #311702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF7F0;
--coral-100: #FDECDD;
--coral-200: #FCDBC0;
--coral-300: #FABF8F;
--coral-400: #F79E55;
--coral-500: #F58224;
--coral-600: #D6660A;
--coral-700: #AA5108;
--coral-800: #7A3A06;
--coral-900: #4E2504;
--coral-950: #311702;
}