Peach
#F2B197
OrangeColor Codes
All color formats for development
HEX
#F2B197RGB
rgb(242, 177, 151)HSL
hsl(17, 78%, 77%)OKLCH
oklch(0.815 0.084 42.7)CMYK
cmyk(0%, 27%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE9674
2#E97C51
3#E5622E
4#D24E1A
5#AF4116
6#8C3411
7#69270D
8#461A09
9#230D04
Tints
Lighter variations
1#F3B8A1
2#F5C0AB
3#F6C8B6
4#F7D0C0
5#F9D8CB
6#FAE0D5
7#FBE7E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#EEB39B
2#E9B4A0
3#E4B6A4
4#E0B8A9
5#DBBAAD
6#D7BCB2
7#D2BEB7
8#CDC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D3 #F8D3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B1 #F2B197 | BordersInactive statesPlaceholder text |
| 400 | EB88 #EB8860 | Disabled statesSecondary iconsMuted text |
| 500 | E665 #E66533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C84A #C84A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F3B #9F3B14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712A #712A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D11 #2D1106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF5F1;
--peach-100: #FBE7DF;
--peach-200: #F8D3C4;
--peach-300: #F2B197;
--peach-400: #EB8860;
--peach-500: #E66533;
--peach-600: #C84A19;
--peach-700: #9F3B14;
--peach-800: #712A0E;
--peach-900: #491B09;
--peach-950: #2D1106;
}