Coral
#F79355
OrangeColor Codes
All color formats for development
HEX
#F79355RGB
rgb(247, 147, 85)HSL
hsl(23, 91%, 65%)OKLCH
oklch(0.757 0.143 50.9)CMYK
cmyk(0%, 40%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F57F35
2#F46B15
3#DE5B0A
4#BE4E09
5#9E4107
6#7F3406
7#5F2704
8#3F1A03
9#200D01
Tints
Lighter variations
1#F89E66
2#F9A877
3#F9B388
4#FABE99
5#FBC9AA
6#FCD4BB
7#FDDFCC
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#EF955D
2#E79765
3#DF986D
4#D69A75
5#CE9C7D
6#C69E85
7#BEA08D
8#B6A296
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD7 #FCD7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB8 #FAB88F | BordersInactive statesPlaceholder text |
| 400 | F793 #F79355 | Disabled statesSecondary iconsMuted text |
| 500 | F574 #F57424 | Primary brand colorCTAsActive elementsLinks |
| 600 | D658 #D6580A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA46 #AA4608 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A32 #7A3206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E20 #4E2004 | Primary textHigh emphasis contentDark headings |
| 950 | 3114 #311402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F0;
--coral-100: #FDE9DD;
--coral-200: #FCD7C0;
--coral-300: #FAB88F;
--coral-400: #F79355;
--coral-500: #F57424;
--coral-600: #D6580A;
--coral-700: #AA4608;
--coral-800: #7A3206;
--coral-900: #4E2004;
--coral-950: #311402;
}