Coral
#FA8752
OrangeColor Codes
All color formats for development
HEX
#FA8752RGB
rgb(250, 135, 82)HSL
hsl(19, 94%, 65%)OKLCH
oklch(0.741 0.156 44.3)CMYK
cmyk(0%, 46%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F97132
2#F85A12
3#E14C07
4#C14106
5#A13605
6#812B04
7#602103
8#401602
9#200B01
Tints
Lighter variations
1#FA9363
2#FB9F74
3#FBAB86
4#FCB797
5#FCC3A8
6#FDCFBA
7#FDDBCB
8#FEE7DC
9#FEF3EE
Tones
Muted variations
1#F18A5A
2#E98D63
3#E0906B
4#D89373
5#D0967C
6#C79984
7#BF9D8D
8#B7A095
9#AEA39D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD2 #FDD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBB0 #FBB08D | BordersInactive statesPlaceholder text |
| 400 | FA87 #FA8752 | Disabled statesSecondary iconsMuted text |
| 500 | F865 #F86520 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA4A #DA4A07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD3A #AD3A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C2A #7C2A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F1B #4F1B02 | Primary textHigh emphasis contentDark headings |
| 950 | 3111 #311102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF5F0;
--coral-100: #FEE7DC;
--coral-200: #FDD2BF;
--coral-300: #FBB08D;
--coral-400: #FA8752;
--coral-500: #F86520;
--coral-600: #DA4A07;
--coral-700: #AD3A05;
--coral-800: #7C2A04;
--coral-900: #4F1B02;
--coral-950: #311102;
}