Peach
#FAA88E
RedColor Codes
All color formats for development
HEX
#FAA88ERGB
rgb(250, 168, 142)HSL
hsl(14, 92%, 77%)OKLCH
oklch(0.805 0.104 38.3)CMYK
cmyk(0%, 33%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F98A69
2#F76D43
3#F6501D
4#E23C09
5#BC3208
6#972806
7#711E05
8#4B1403
9#260A02
Tints
Lighter variations
1#FBB09A
2#FBB9A5
3#FCC2B0
4#FCCBBB
5#FDD3C7
6#FDDCD2
7#FEE5DD
8#FEEEE8
9#FFF6F4
Tones
Muted variations
1#F5AA94
2#F0AD99
3#EAB09F
4#E5B3A4
5#DFB6A9
6#DAB9AF
7#D5BCB4
8#CFBFBA
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAA8 #FAA88E | BordersInactive statesPlaceholder text |
| 400 | F87A #F87A54 | Disabled statesSecondary iconsMuted text |
| 500 | F654 #F65423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D739 #D73909 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB2D #AB2D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A20 #7A2005 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1503 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F0;
--peach-100: #FEE4DD;
--peach-200: #FCCEBF;
--peach-300: #FAA88E;
--peach-400: #F87A54;
--peach-500: #F65423;
--peach-600: #D73909;
--peach-700: #AB2D07;
--peach-800: #7A2005;
--peach-900: #4E1503;
--peach-950: #310D02;
}