Peach
#FAB28E
OrangeColor Codes
All color formats for development
HEX
#FAB28ERGB
rgb(250, 178, 142)HSL
hsl(20, 92%, 77%)OKLCH
oklch(0.823 0.097 47.5)CMYK
cmyk(0%, 29%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F99969
2#F77F43
3#F6651D
4#E25209
5#BC4408
6#973606
7#712905
8#4B1B03
9#260E02
Tints
Lighter variations
1#FBBA9A
2#FBC2A5
3#FCC9B0
4#FCD1BB
5#FDD9C7
6#FDE0D2
7#FEE8DD
8#FEF0E8
9#FFF7F4
Tones
Muted variations
1#F5B494
2#F0B699
3#EAB89F
4#E5BAA4
5#DFBBA9
6#DABDAF
7#D5BFB4
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 | FEE8 #FEE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD4 #FCD4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB2 #FAB28E | BordersInactive statesPlaceholder text |
| 400 | F88A #F88A54 | Disabled statesSecondary iconsMuted text |
| 500 | F669 #F66923 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74E #D74E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3E #AB3E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2C #7A2C05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1C #4E1C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3112 #311202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F0;
--peach-100: #FEE8DD;
--peach-200: #FCD4BF;
--peach-300: #FAB28E;
--peach-400: #F88A54;
--peach-500: #F66923;
--peach-600: #D74E09;
--peach-700: #AB3E07;
--peach-800: #7A2C05;
--peach-900: #4E1C03;
--peach-950: #311202;
}