Peach
#F3B095
OrangeColor Codes
All color formats for development
HEX
#F3B095RGB
rgb(243, 176, 149)HSL
hsl(17, 80%, 77%)OKLCH
oklch(0.814 0.087 42.9)CMYK
cmyk(0%, 28%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9672
2#EB7B4F
3#E7612B
4#D44D18
5#B14014
6#8D3310
7#6A260C
8#471A08
9#230D04
Tints
Lighter variations
1#F4B8A0
2#F6C0AB
3#F7C8B5
4#F8D0C0
5#F9D8CA
6#FADFD5
7#FBE7DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFB29A
2#EAB49F
3#E5B6A4
4#E1B8A8
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 | F8D2 #F8D2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B0 #F3B095 | BordersInactive statesPlaceholder text |
| 400 | ED87 #ED875E | Disabled statesSecondary iconsMuted text |
| 500 | E864 #E86430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA49 #CA4916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A13A #A13A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732A #732A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491B #491B08 | 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: #F8D2C3;
--peach-300: #F3B095;
--peach-400: #ED875E;
--peach-500: #E86430;
--peach-600: #CA4916;
--peach-700: #A13A12;
--peach-800: #732A0D;
--peach-900: #491B08;
--peach-950: #2E1105;
}