Coral
#F89054
OrangeColor Codes
All color formats for development
HEX
#F89054RGB
rgb(248, 144, 84)HSL
hsl(22, 92%, 65%)OKLCH
oklch(0.753 0.147 49.1)CMYK
cmyk(0%, 42%, 66%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F77B34
2#F56714
3#DF5809
4#BF4B08
5#9F3F07
6#7F3205
7#5F2604
8#401903
9#200D01
Tints
Lighter variations
1#F99B65
2#F9A676
3#FAB187
4#FBBC98
5#FBC7A9
6#FCD3BA
7#FDDECC
8#FEE9DD
9#FEF4EE
Tones
Muted variations
1#F0925C
2#E79464
3#DF966C
4#D79974
5#CF9B7D
6#C79D85
7#BE9F8D
8#B6A195
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD6 #FCD6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB6 #FAB68E | BordersInactive statesPlaceholder text |
| 400 | F890 #F89054 | Disabled statesSecondary iconsMuted text |
| 500 | F670 #F67023 | Primary brand colorCTAsActive elementsLinks |
| 600 | D755 #D75509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB43 #AB4307 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A30 #7A3005 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1F #4E1F03 | 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: #FEE9DD;
--coral-200: #FCD6BF;
--coral-300: #FAB68E;
--coral-400: #F89054;
--coral-500: #F67023;
--coral-600: #D75509;
--coral-700: #AB4307;
--coral-800: #7A3005;
--coral-900: #4E1F03;
--coral-950: #311302;
}