Peach
#FAC88E
OrangeColor Codes
All color formats for development
HEX
#FAC88ERGB
rgb(250, 200, 142)HSL
hsl(32, 92%, 77%)OKLCH
oklch(0.864 0.093 70.2)CMYK
cmyk(0%, 20%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9B669
2#F7A343
3#F6911D
4#E27D09
5#BC6808
6#975306
7#713F05
8#4B2A03
9#261502
Tints
Lighter variations
1#FBCD9A
2#FBD3A5
3#FCD8B0
4#FCDEBB
5#FDE3C7
6#FDE9D2
7#FEEEDD
8#FEF4E8
9#FFF9F4
Tones
Muted variations
1#F5C894
2#F0C799
3#EAC79F
4#E5C7A4
5#DFC6A9
6#DAC6AF
7#D5C5B4
8#CFC5BA
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEE #FEEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE0 #FCE0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC8 #FAC88E | BordersInactive statesPlaceholder text |
| 400 | F8AB #F8AB54 | Disabled statesSecondary iconsMuted text |
| 500 | F693 #F69323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D777 #D77709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB5F #AB5F07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A44 #7A4405 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B03 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F0;
--peach-100: #FEEEDD;
--peach-200: #FCE0BF;
--peach-300: #FAC88E;
--peach-400: #F8AB54;
--peach-500: #F69323;
--peach-600: #D77709;
--peach-700: #AB5F07;
--peach-800: #7A4405;
--peach-900: #4E2B03;
--peach-950: #311B02;
}