Peach
#F2C997
OrangeColor Codes
All color formats for development
HEX
#F2C997RGB
rgb(242, 201, 151)HSL
hsl(33, 78%, 77%)OKLCH
oklch(0.86 0.08 72)CMYK
cmyk(0%, 17%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB774
2#E9A551
3#E5932E
4#D27F1A
5#AF6A16
6#8C5511
7#693F0D
8#462A09
9#231504
Tints
Lighter variations
1#F3CEA1
2#F5D4AB
3#F6D9B6
4#F7DFC0
5#F9E4CB
6#FAE9D5
7#FBEFE0
8#FCF4EA
9#FEFAF5
Tones
Muted variations
1#EEC89B
2#E9C8A0
3#E4C8A4
4#E0C7A9
5#DBC7AD
6#D7C6B2
7#D2C6B7
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 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C9 #F2C997 | BordersInactive statesPlaceholder text |
| 400 | EBAD #EBAD60 | Disabled statesSecondary iconsMuted text |
| 500 | E695 #E69533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C879 #C87919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F60 #9F6014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7145 #71450E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492C #492C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEFDF;
--peach-200: #F8E0C4;
--peach-300: #F2C997;
--peach-400: #EBAD60;
--peach-500: #E69533;
--peach-600: #C87919;
--peach-700: #9F6014;
--peach-800: #71450E;
--peach-900: #492C09;
--peach-950: #2D1B06;
}