Coral
#F78D55
OrangeColor Codes
All color formats for development
HEX
#F78D55RGB
rgb(247, 141, 85)HSL
hsl(21, 91%, 65%)OKLCH
oklch(0.747 0.147 47.3)CMYK
cmyk(0%, 43%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F57835
2#F46315
3#DE540A
4#BE4809
5#9E3C07
6#7F3006
7#5F2404
8#3F1803
9#200C01
Tints
Lighter variations
1#F89966
2#F9A477
3#F9AF88
4#FABB99
5#FBC6AA
6#FCD2BB
7#FDDDCC
8#FDE8DD
9#FEF4EE
Tones
Muted variations
1#EF905D
2#E79265
3#DF956D
4#D69775
5#CE9A7D
6#C69C85
7#BE9E8D
8#B6A196
9#AEA39E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD5 #FCD5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB4 #FAB48F | BordersInactive statesPlaceholder text |
| 400 | F78D #F78D55 | Disabled statesSecondary iconsMuted text |
| 500 | F56D #F56D24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D652 #D6520A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA41 #AA4108 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2E #7A2E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1E #4E1E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3113 #311302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FDE8DD;
--coral-200: #FCD5C0;
--coral-300: #FAB48F;
--coral-400: #F78D55;
--coral-500: #F56D24;
--coral-600: #D6520A;
--coral-700: #AA4108;
--coral-800: #7A2E06;
--coral-900: #4E1E04;
--coral-950: #311302;
}