Coral
#FAB452
OrangeColor Codes
All color formats for development
HEX
#FAB452RGB
rgb(250, 180, 82)HSL
hsl(35, 94%, 65%)OKLCH
oklch(0.818 0.139 72.6)CMYK
cmyk(0%, 28%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9A632
2#F89812
3#E18607
4#C17306
5#A16005
6#814D04
7#603A03
8#402602
9#201301
Tints
Lighter variations
1#FABB63
2#FBC374
3#FBCA86
4#FCD297
5#FCD9A8
6#FDE1BA
7#FDE8CB
8#FEF0DC
9#FEF7EE
Tones
Muted variations
1#F1B25A
2#E9B163
3#E0B06B
4#D8AE73
5#D0AD7C
6#C7AB84
7#BFAA8D
8#B7A995
9#AEA79D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE3 #FDE3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCE #FBCE8D | BordersInactive statesPlaceholder text |
| 400 | FAB4 #FAB452 | Disabled statesSecondary iconsMuted text |
| 500 | F89E #F89E20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA82 #DA8207 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD67 #AD6705 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4A #7C4A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2F #4F2F02 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FEF0DC;
--coral-200: #FDE3BF;
--coral-300: #FBCE8D;
--coral-400: #FAB452;
--coral-500: #F89E20;
--coral-600: #DA8207;
--coral-700: #AD6705;
--coral-800: #7C4A04;
--coral-900: #4F2F02;
--coral-950: #311D02;
}