Peach
#F2C797
OrangeColor Codes
All color formats for development
HEX
#F2C797RGB
rgb(242, 199, 151)HSL
hsl(32, 78%, 77%)OKLCH
oklch(0.856 0.079 69.5)CMYK
cmyk(0%, 18%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB574
2#E9A251
3#E5902E
4#D27C1A
5#AF6716
6#8C5311
7#693E0D
8#462909
9#231504
Tints
Lighter variations
1#F3CDA1
2#F5D3AB
3#F6D8B6
4#F7DEC0
5#F9E3CB
6#FAE9D5
7#FBEEE0
8#FCF4EA
9#FEF9F5
Tones
Muted variations
1#EEC79B
2#E9C7A0
3#E4C6A4
4#E0C6A9
5#DBC6AD
6#D7C6B2
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 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C7 #F2C797 | BordersInactive statesPlaceholder text |
| 400 | EBAA #EBAA60 | Disabled statesSecondary iconsMuted text |
| 500 | E692 #E69233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C876 #C87619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F5E #9F5E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7143 #71430E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | 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: #FBEEDF;
--peach-200: #F8E0C4;
--peach-300: #F2C797;
--peach-400: #EBAA60;
--peach-500: #E69233;
--peach-600: #C87619;
--peach-700: #9F5E14;
--peach-800: #71430E;
--peach-900: #492B09;
--peach-950: #2D1B06;
}