Peach
#F2B297
OrangeColor Codes
All color formats for development
HEX
#F2B297RGB
rgb(242, 178, 151)HSL
hsl(18, 78%, 77%)OKLCH
oklch(0.817 0.084 43.9)CMYK
cmyk(0%, 26%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE9874
2#E97F51
3#E5652E
4#D2511A
5#AF4416
6#8C3611
7#69290D
8#461B09
9#230E04
Tints
Lighter variations
1#F3BAA1
2#F5C1AB
3#F6C9B6
4#F7D1C0
5#F9D9CB
6#FAE0D5
7#FBE8E0
8#FCF0EA
9#FEF7F5
Tones
Muted variations
1#EEB49B
2#E9B6A0
3#E4B8A4
4#E0B9A9
5#DBBBAD
6#D7BDB2
7#D2BFB7
8#CDC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B2 #F2B297 | BordersInactive statesPlaceholder text |
| 400 | EB8A #EB8A60 | Disabled statesSecondary iconsMuted text |
| 500 | E668 #E66833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C84D #C84D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F3D #9F3D14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712C #712C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491C #491C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF5F1;
--peach-100: #FBE8DF;
--peach-200: #F8D4C4;
--peach-300: #F2B297;
--peach-400: #EB8A60;
--peach-500: #E66833;
--peach-600: #C84D19;
--peach-700: #9F3D14;
--peach-800: #712C0E;
--peach-900: #491C09;
--peach-950: #2D1206;
}