Coral
#F79055
OrangeColor Codes
All color formats for development
HEX
#F79055RGB
rgb(247, 144, 85)HSL
hsl(22, 91%, 65%)OKLCH
oklch(0.752 0.145 49)CMYK
cmyk(0%, 42%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F57B35
2#F46715
3#DE580A
4#BE4B09
5#9E3F07
6#7F3206
7#5F2604
8#3F1903
9#200D01
Tints
Lighter variations
1#F89B66
2#F9A677
3#F9B188
4#FABC99
5#FBC8AA
6#FCD3BB
7#FDDECC
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#EF925D
2#E79465
3#DF976D
4#D69975
5#CE9B7D
6#C69D85
7#BE9F8D
8#B6A196
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD6 #FCD6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB6 #FAB68F | BordersInactive statesPlaceholder text |
| 400 | F790 #F79055 | Disabled statesSecondary iconsMuted text |
| 500 | F570 #F57024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D655 #D6550A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA44 #AA4408 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A30 #7A3006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1F #4E1F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3113 #311302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF5F0;
--coral-100: #FDE9DD;
--coral-200: #FCD6C0;
--coral-300: #FAB68F;
--coral-400: #F79055;
--coral-500: #F57024;
--coral-600: #D6550A;
--coral-700: #AA4408;
--coral-800: #7A3006;
--coral-900: #4E1F04;
--coral-950: #311302;
}