Coral
#FAB752
OrangeColor Codes
All color formats for development
HEX
#FAB752RGB
rgb(250, 183, 82)HSL
hsl(36, 94%, 65%)OKLCH
oklch(0.824 0.139 74.7)CMYK
cmyk(0%, 27%, 67%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9A932
2#F89C12
3#E18A07
4#C17606
5#A16205
6#814F04
7#603B03
8#402702
9#201401
Tints
Lighter variations
1#FABE63
2#FBC574
3#FBCC86
4#FCD497
5#FCDBA8
6#FDE2BA
7#FDE9CB
8#FEF1DC
9#FEF8EE
Tones
Muted variations
1#F1B55A
2#E9B363
3#E0B16B
4#D8B073
5#D0AE7C
6#C7AC84
7#BFAB8D
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 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE4 #FDE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCF #FBCF8D | BordersInactive statesPlaceholder text |
| 400 | FAB7 #FAB752 | Disabled statesSecondary iconsMuted text |
| 500 | F8A2 #F8A220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA85 #DA8507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD6A #AD6A05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4C #7C4C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F30 #4F3002 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--coral-50: #FFF9F0;
--coral-100: #FEF1DC;
--coral-200: #FDE4BF;
--coral-300: #FBCF8D;
--coral-400: #FAB752;
--coral-500: #F8A220;
--coral-600: #DA8507;
--coral-700: #AD6A05;
--coral-800: #7C4C04;
--coral-900: #4F3002;
--coral-950: #311E02;
}