Coral
#F59156
OrangeColor Codes
All color formats for development
HEX
#F59156RGB
rgb(245, 145, 86)HSL
hsl(22, 89%, 65%)OKLCH
oklch(0.751 0.142 49.8)CMYK
cmyk(0%, 41%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F37C37
2#F26818
3#DB580D
4#BC4C0B
5#9D3F09
6#7D3307
7#5E2605
8#3F1904
9#1F0D02
Tints
Lighter variations
1#F69C67
2#F7A778
3#F8B289
4#F9BD9A
5#FAC8AB
6#FBD3BC
7#FCDECC
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#ED935E
2#E59566
3#DD976E
4#D59976
5#CD9B7E
6#C69D86
7#BE9F8E
8#B6A296
9#AEA49E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B6 #F9B690 | BordersInactive statesPlaceholder text |
| 400 | F591 #F59156 | Disabled statesSecondary iconsMuted text |
| 500 | F271 #F27126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D456 #D4560C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A944 #A9440A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDE9DD;
--coral-200: #FBD6C0;
--coral-300: #F9B690;
--coral-400: #F59156;
--coral-500: #F27126;
--coral-600: #D4560C;
--coral-700: #A9440A;
--coral-800: #783107;
--coral-900: #4D1F04;
--coral-950: #301303;
}