Coral
#F57E56
OrangeColor Codes
All color formats for development
HEX
#F57E56RGB
rgb(245, 126, 86)HSL
hsl(15, 89%, 65%)OKLCH
oklch(0.721 0.156 39.1)CMYK
cmyk(0%, 49%, 65%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F36637
2#F24E18
3#DB400D
4#BC370B
5#9D2E09
6#7D2507
7#5E1C05
8#3F1204
9#1F0902
Tints
Lighter variations
1#F68B67
2#F79878
3#F8A589
4#F9B29A
5#FABFAB
6#FBCBBC
7#FCD8CC
8#FDE5DD
9#FEF2EE
Tones
Muted variations
1#ED825E
2#E58666
3#DD8A6E
4#D58E76
5#CD927E
6#C69686
7#BE9A8E
8#B69E96
9#AEA29E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCF #FBCFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AA #F9AA90 | BordersInactive statesPlaceholder text |
| 400 | F57E #F57E56 | Disabled statesSecondary iconsMuted text |
| 500 | F259 #F25926 | Primary brand colorCTAsActive elementsLinks |
| 600 | D43E #D43E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A932 #A9320A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7823 #782307 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1704 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FEF4F1;
--coral-100: #FDE5DD;
--coral-200: #FBCFC0;
--coral-300: #F9AA90;
--coral-400: #F57E56;
--coral-500: #F25926;
--coral-600: #D43E0C;
--coral-700: #A9320A;
--coral-800: #782307;
--coral-900: #4D1704;
--coral-950: #300E03;
}