Peach
#F3B096
OrangeColor Codes
All color formats for development
HEX
#F3B096RGB
rgb(243, 176, 150)HSL
hsl(17, 79%, 77%)OKLCH
oklch(0.814 0.087 42.1)CMYK
cmyk(0%, 28%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9673
2#EA7C50
3#E6612D
4#D34D19
5#B04115
6#8D3410
7#69270C
8#461A08
9#230D04
Tints
Lighter variations
1#F4B8A1
2#F5C0AB
3#F6C8B6
4#F8D0C0
5#F9D8CB
6#FAE0D5
7#FBE7E0
8#FDEFEA
9#FEF7F5
Tones
Muted variations
1#EEB29B
2#E9B49F
3#E5B6A4
4#E0B8A9
5#DCBAAD
6#D7BCB2
7#D2BEB6
8#CEC0BB
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 | F3B0 #F3B096 | BordersInactive statesPlaceholder text |
| 400 | EC87 #EC875F | Disabled statesSecondary iconsMuted text |
| 500 | E765 #E76532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C94A #C94A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A03B #A03B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 722A #722A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | 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: #F3B096;
--peach-400: #EC875F;
--peach-500: #E76532;
--peach-600: #C94A18;
--peach-700: #A03B13;
--peach-800: #722A0D;
--peach-900: #491B09;
--peach-950: #2E1105;
}