Coral
#F48957
OrangeColor Codes
All color formats for development
HEX
#F48957RGB
rgb(244, 137, 87)HSL
hsl(19, 88%, 65%)OKLCH
oklch(0.737 0.146 44.8)CMYK
cmyk(0%, 44%, 64%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F27338
2#F05D19
3#DA4F0E
4#BB430C
5#9C380A
6#7D2D08
7#5D2206
8#3E1604
9#1F0B02
Tints
Lighter variations
1#F59568
2#F6A179
3#F8AC8A
4#F9B89A
5#FAC4AB
6#FBD0BC
7#FCDCCD
8#FDE7DD
9#FEF3EE
Tones
Muted variations
1#EC8C5F
2#E58F67
3#DD926F
4#D59477
5#CD977E
6#C59A86
7#BD9D8E
8#B5A096
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 | FBD3 #FBD3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B1 #F8B191 | BordersInactive statesPlaceholder text |
| 400 | F489 #F48957 | Disabled statesSecondary iconsMuted text |
| 500 | F167 #F16727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D34C #D34C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83C #A83C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1C #4D1C05 | 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: #FBD3C1;
--coral-300: #F8B191;
--coral-400: #F48957;
--coral-500: #F16727;
--coral-600: #D34C0D;
--coral-700: #A83C0B;
--coral-800: #782B08;
--coral-900: #4D1C05;
--coral-950: #301103;
}