Peach
#FAA98E
OrangeColor Codes
All color formats for development
HEX
#FAA98ERGB
rgb(250, 169, 142)HSL
hsl(15, 92%, 77%)OKLCH
oklch(0.807 0.103 39.2)CMYK
cmyk(0%, 32%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F98D69
2#F77043
3#F6531D
4#E24009
5#BC3508
6#972A06
7#712005
8#4B1503
9#260B02
Tints
Lighter variations
1#FBB29A
2#FBBAA5
3#FCC3B0
4#FCCCBB
5#FDD4C7
6#FDDDD2
7#FEE5DD
8#FEEEE8
9#FFF6F4
Tones
Muted variations
1#F5AC94
2#F0AF99
3#EAB19F
4#E5B4A4
5#DFB7A9
6#DABAAF
7#D5BCB4
8#CFBFBA
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCF #FCCFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA9 #FAA98E | BordersInactive statesPlaceholder text |
| 400 | F87D #F87D54 | Disabled statesSecondary iconsMuted text |
| 500 | F657 #F65723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D73D #D73D09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB30 #AB3007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A22 #7A2205 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E16 #4E1603 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F0;
--peach-100: #FEE5DD;
--peach-200: #FCCFBF;
--peach-300: #FAA98E;
--peach-400: #F87D54;
--peach-500: #F65723;
--peach-600: #D73D09;
--peach-700: #AB3007;
--peach-800: #7A2205;
--peach-900: #4E1603;
--peach-950: #310E02;
}