Peach
#F4AE94
OrangeColor Codes
All color formats for development
HEX
#F4AE94RGB
rgb(244, 174, 148)HSL
hsl(16, 81%, 77%)OKLCH
oklch(0.811 0.09 41.2)CMYK
cmyk(0%, 29%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F09371
2#EC784E
3#E95D2A
4#D54916
5#B23D13
6#8E310F
7#6B250B
8#471807
9#240C04
Tints
Lighter variations
1#F5B69F
2#F6BEAA
3#F7C6B5
4#F8CFBF
5#F9D7CA
6#FBDFD5
7#FCE7DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFB09A
2#EAB39E
3#E6B5A3
4#E1B7A8
5#DCB9AD
6#D7BBB1
7#D3BEB6
8#CEC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D1 #F9D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4AE #F4AE95 | BordersInactive statesPlaceholder text |
| 400 | EE84 #EE845D | Disabled statesSecondary iconsMuted text |
| 500 | E961 #E9612F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB46 #CB4615 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A238 #A23811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7328 #73280C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A19 #4A1908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E10 #2E1005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F1;
--peach-100: #FCE6DF;
--peach-200: #F9D1C3;
--peach-300: #F4AE95;
--peach-400: #EE845D;
--peach-500: #E9612F;
--peach-600: #CB4615;
--peach-700: #A23811;
--peach-800: #73280C;
--peach-900: #4A1908;
--peach-950: #2E1005;
}