Coral
#F59356
OrangeColor Codes
All color formats for development
HEX
#F59356RGB
rgb(245, 147, 86)HSL
hsl(23, 89%, 65%)OKLCH
oklch(0.754 0.141 51.1)CMYK
cmyk(0%, 40%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F37F37
2#F26B18
3#DB5C0D
4#BC4F0B
5#9D4209
6#7D3507
7#5E2705
8#3F1A04
9#1F0D02
Tints
Lighter variations
1#F69E67
2#F7A978
3#F8B489
4#F9BE9A
5#FAC9AB
6#FBD4BC
7#FCDFCC
8#FDE9DD
9#FEF4EE
Tones
Muted variations
1#ED955E
2#E59766
3#DD996E
4#D59B76
5#CD9C7E
6#C69E86
7#BEA08E
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 | FBD7 #FBD7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B8 #F9B890 | BordersInactive statesPlaceholder text |
| 400 | F593 #F59356 | Disabled statesSecondary iconsMuted text |
| 500 | F274 #F27426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D459 #D4590C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A947 #A9470A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7833 #783307 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D20 #4D2004 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF6F1;
--coral-100: #FDE9DD;
--coral-200: #FBD7C0;
--coral-300: #F9B890;
--coral-400: #F59356;
--coral-500: #F27426;
--coral-600: #D4590C;
--coral-700: #A9470A;
--coral-800: #783307;
--coral-900: #4D2004;
--coral-950: #301403;
}