Peach
#FAB48F
OrangeColor Codes
All color formats for development
HEX
#FAB48FRGB
rgb(250, 180, 143)HSL
hsl(21, 91%, 77%)OKLCH
oklch(0.827 0.096 48.8)CMYK
cmyk(0%, 28%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F89B69
2#F68244
3#F4691E
4#E1560B
5#BC4709
6#963907
7#712B05
8#4B1D04
9#260E02
Tints
Lighter variations
1#FABC9A
2#FBC3A5
3#FBCBB1
4#FCD2BC
5#FCDAC7
6#FDE1D2
7#FDE9DD
8#FEF0E9
9#FEF8F4
Tones
Muted variations
1#F4B694
2#EFB89A
3#EAB99F
4#E4BBA4
5#DFBCAA
6#DABEAF
7#D4C0B4
8#CFC1BA
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD5 #FCD5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB4 #FAB48F | BordersInactive statesPlaceholder text |
| 400 | F78D #F78D55 | Disabled statesSecondary iconsMuted text |
| 500 | F56D #F56D24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D652 #D6520A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA41 #AA4108 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2E #7A2E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1E #4E1E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3113 #311302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F0;
--peach-100: #FDE8DD;
--peach-200: #FCD5C0;
--peach-300: #FAB48F;
--peach-400: #F78D55;
--peach-500: #F56D24;
--peach-600: #D6520A;
--peach-700: #AA4108;
--peach-800: #7A2E06;
--peach-900: #4E1E04;
--peach-950: #311302;
}