Coral
#F48157
OrangeColor Codes
All color formats for development
HEX
#F48157RGB
rgb(244, 129, 87)HSL
hsl(16, 88%, 65%)OKLCH
oklch(0.724 0.152 40.4)CMYK
cmyk(0%, 47%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F26A38
2#F05219
3#DA440E
4#BB3B0C
5#9C310A
6#7D2708
7#5D1D06
8#3E1404
9#1F0A02
Tints
Lighter variations
1#F58E68
2#F69A79
3#F8A78A
4#F9B39A
5#FAC0AB
6#FBCDBC
7#FCD9CD
8#FDE6DD
9#FEF2EE
Tones
Muted variations
1#EC855F
2#E58867
3#DD8C6F
4#D59077
5#CD937E
6#C59786
7#BD9B8E
8#B59E96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD0 #FBD0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AC #F8AC91 | BordersInactive statesPlaceholder text |
| 400 | F481 #F48157 | Disabled statesSecondary iconsMuted text |
| 500 | F15D #F15D27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D342 #D3420D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A835 #A8350B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7826 #782608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D18 #4D1805 | Primary textHigh emphasis contentDark headings |
| 950 | 300F #300F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FDE6DD;
--coral-200: #FBD0C1;
--coral-300: #F8AC91;
--coral-400: #F48157;
--coral-500: #F15D27;
--coral-600: #D3420D;
--coral-700: #A8350B;
--coral-800: #782608;
--coral-900: #4D1805;
--coral-950: #300F03;
}