Coral
#F49357
OrangeColor Codes
All color formats for development
HEX
#F49357RGB
rgb(244, 147, 87)HSL
hsl(23, 88%, 65%)OKLCH
oklch(0.753 0.139 51)CMYK
cmyk(0%, 40%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27F38
2#F06B19
3#DA5C0E
4#BB4F0C
5#9C420A
6#7D3508
7#5D2806
8#3E1A04
9#1F0D02
Tints
Lighter variations
1#F59E68
2#F6A979
3#F8B48A
4#F9BE9A
5#FAC9AB
6#FBD4BC
7#FCDFCD
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#EC955F
2#E59767
3#DD996F
4#D59B77
5#CD9D7E
6#C59E86
7#BDA08E
8#B5A296
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD7 #FBD7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B8 #F8B891 | BordersInactive statesPlaceholder text |
| 400 | F493 #F49357 | Disabled statesSecondary iconsMuted text |
| 500 | F175 #F17527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D359 #D3590D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A847 #A8470B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7833 #783308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D20 #4D2005 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDE9DD;
--coral-200: #FBD7C1;
--coral-300: #F8B891;
--coral-400: #F49357;
--coral-500: #F17527;
--coral-600: #D3590D;
--coral-700: #A8470B;
--coral-800: #783308;
--coral-900: #4D2005;
--coral-950: #301403;
}