Peach
#FACA8E
OrangeColor Codes
All color formats for development
HEX
#FACA8ERGB
rgb(250, 202, 142)HSL
hsl(33, 92%, 77%)OKLCH
oklch(0.868 0.094 72.3)CMYK
cmyk(0%, 19%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9B869
2#F7A643
3#F6941D
4#E28109
5#BC6B08
6#975606
7#714005
8#4B2B03
9#261502
Tints
Lighter variations
1#FBCF9A
2#FBD4A5
3#FCDAB0
4#FCDFBB
5#FDE4C7
6#FDEAD2
7#FEEFDD
8#FEF4E8
9#FFFAF4
Tones
Muted variations
1#F5C994
2#F0C999
3#EAC89F
4#E5C8A4
5#DFC7A9
6#DAC7AF
7#D5C6B4
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 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE1 #FCE1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACA #FACA8E | BordersInactive statesPlaceholder text |
| 400 | F8AE #F8AE54 | Disabled statesSecondary iconsMuted text |
| 500 | F697 #F69723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77B #D77B09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB61 #AB6107 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A46 #7A4605 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2D #4E2D03 | Primary textHigh emphasis contentDark headings |
| 950 | 311C #311C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F0;
--peach-100: #FEEFDD;
--peach-200: #FCE1BF;
--peach-300: #FACA8E;
--peach-400: #F8AE54;
--peach-500: #F69723;
--peach-600: #D77B09;
--peach-700: #AB6107;
--peach-800: #7A4605;
--peach-900: #4E2D03;
--peach-950: #311C02;
}