Coral
#F48457
OrangeColor Codes
All color formats for development
HEX
#F48457RGB
rgb(244, 132, 87)HSL
hsl(17, 88%, 65%)OKLCH
oklch(0.729 0.15 42)CMYK
cmyk(0%, 46%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F26D38
2#F05619
3#DA480E
4#BB3E0C
5#9C330A
6#7D2908
7#5D1F06
8#3E1504
9#1F0A02
Tints
Lighter variations
1#F59068
2#F69C79
3#F8A98A
4#F9B59A
5#FAC1AB
6#FBCEBC
7#FCDACD
8#FDE6DD
9#FEF3EE
Tones
Muted variations
1#EC875F
2#E58B67
3#DD8E6F
4#D59177
5#CD957E
6#C59886
7#BD9C8E
8#B59F96
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 | FBD1 #FBD1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AE #F8AE91 | BordersInactive statesPlaceholder text |
| 400 | F484 #F48457 | Disabled statesSecondary iconsMuted text |
| 500 | F160 #F16027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D345 #D3450D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A837 #A8370B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7827 #782708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D19 #4D1905 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FDE6DD;
--coral-200: #FBD1C1;
--coral-300: #F8AE91;
--coral-400: #F48457;
--coral-500: #F16027;
--coral-600: #D3450D;
--coral-700: #A8370B;
--coral-800: #782708;
--coral-900: #4D1905;
--coral-950: #301003;
}