Coral
#F48657
OrangeColor Codes
All color formats for development
HEX
#F48657RGB
rgb(244, 134, 87)HSL
hsl(18, 88%, 65%)OKLCH
oklch(0.732 0.148 43.1)CMYK
cmyk(0%, 45%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27038
2#F05A19
3#DA4B0E
4#BB400C
5#9C360A
6#7D2B08
7#5D2006
8#3E1504
9#1F0B02
Tints
Lighter variations
1#F59268
2#F69E79
3#F8AB8A
4#F9B79A
5#FAC3AB
6#FBCFBC
7#FCDBCD
8#FDE7DD
9#FEF3EE
Tones
Muted variations
1#EC895F
2#E58D67
3#DD906F
4#D59377
5#CD967E
6#C59986
7#BD9C8E
8#B59F96
9#AEA39E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD2 #FBD2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B0 #F8B091 | BordersInactive statesPlaceholder text |
| 400 | F486 #F48657 | Disabled statesSecondary iconsMuted text |
| 500 | F164 #F16427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D349 #D3490D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83A #A83A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7829 #782908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1A #4D1A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F1;
--coral-100: #FDE7DD;
--coral-200: #FBD2C1;
--coral-300: #F8B091;
--coral-400: #F48657;
--coral-500: #F16427;
--coral-600: #D3490D;
--coral-700: #A83A0B;
--coral-800: #782908;
--coral-900: #4D1A05;
--coral-950: #301103;
}