Peach
#F2B797
OrangeColor Codes
All color formats for development
HEX
#F2B797RGB
rgb(242, 183, 151)HSL
hsl(21, 78%, 77%)OKLCH
oklch(0.826 0.081 49.7)CMYK
cmyk(0%, 24%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE9E74
2#E98651
3#E56E2E
4#D25A1A
5#AF4B16
6#8C3C11
7#692D0D
8#461E09
9#230F04
Tints
Lighter variations
1#F3BEA1
2#F5C5AB
3#F6CCB6
4#F7D4C0
5#F9DBCB
6#FAE2D5
7#FBE9E0
8#FCF1EA
9#FEF8F5
Tones
Muted variations
1#EEB89B
2#E9B9A0
3#E4BBA4
4#E0BCA9
5#DBBDAD
6#D7BFB2
7#D2C0B7
8#CDC2BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D6 #F8D6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B7 #F2B797 | BordersInactive statesPlaceholder text |
| 400 | EB91 #EB9160 | Disabled statesSecondary iconsMuted text |
| 500 | E671 #E67133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C856 #C85619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F44 #9F4414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7131 #71310E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBE9DF;
--peach-200: #F8D6C4;
--peach-300: #F2B797;
--peach-400: #EB9160;
--peach-500: #E67133;
--peach-600: #C85619;
--peach-700: #9F4414;
--peach-800: #71310E;
--peach-900: #491F09;
--peach-950: #2D1406;
}