Peach
#F2C697
OrangeColor Codes
All color formats for development
HEX
#F2C697RGB
rgb(242, 198, 151)HSL
hsl(31, 78%, 77%)OKLCH
oklch(0.854 0.079 68.3)CMYK
cmyk(0%, 18%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB374
2#E9A051
3#E58D2E
4#D2791A
5#AF6516
6#8C5111
7#693C0D
8#462809
9#231404
Tints
Lighter variations
1#F3CCA1
2#F5D1AB
3#F6D7B6
4#F7DDC0
5#F9E2CB
6#FAE8D5
7#FBEEE0
8#FCF4EA
9#FEF9F5
Tones
Muted variations
1#EEC69B
2#E9C6A0
3#E4C5A4
4#E0C5A9
5#DBC5AD
6#D7C5B2
7#D2C5B7
8#CDC5BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DF #F8DFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C6 #F2C697 | BordersInactive statesPlaceholder text |
| 400 | EBA8 #EBA860 | Disabled statesSecondary iconsMuted text |
| 500 | E68F #E68F33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C873 #C87319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5C #9F5C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7141 #71410E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492A #492A09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEEDF;
--peach-200: #F8DFC4;
--peach-300: #F2C697;
--peach-400: #EBA860;
--peach-500: #E68F33;
--peach-600: #C87319;
--peach-700: #9F5C14;
--peach-800: #71410E;
--peach-900: #492A09;
--peach-950: #2D1A06;
}