Coral
#F7B355
OrangeColor Codes
All color formats for development
HEX
#F7B355RGB
rgb(247, 179, 85)HSL
hsl(35, 91%, 65%)OKLCH
oklch(0.813 0.135 72.6)CMYK
cmyk(0%, 28%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5A535
2#F49715
3#DE860A
4#BE7309
5#9E5F07
6#7F4C06
7#5F3904
8#3F2603
9#201301
Tints
Lighter variations
1#F8BB66
2#F9C277
3#F9CA88
4#FAD299
5#FBD9AA
6#FCE1BB
7#FDE8CC
8#FDF0DD
9#FEF7EE
Tones
Muted variations
1#EFB25D
2#E7B165
3#DFAF6D
4#D6AE75
5#CEAD7D
6#C6AB85
7#BEAA8D
8#B6A896
9#AEA79E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE3 #FCE3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FACD #FACD8F | BordersInactive statesPlaceholder text |
| 400 | F7B3 #F7B355 | Disabled statesSecondary iconsMuted text |
| 500 | F59E #F59E24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D681 #D6810A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA67 #AA6708 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A49 #7A4906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2F #4E2F04 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF9F0;
--coral-100: #FDF0DD;
--coral-200: #FCE3C0;
--coral-300: #FACD8F;
--coral-400: #F7B355;
--coral-500: #F59E24;
--coral-600: #D6810A;
--coral-700: #AA6708;
--coral-800: #7A4906;
--coral-900: #4E2F04;
--coral-950: #311D02;
}