Peach
#F5AF94
OrangeColor Codes
All color formats for development
HEX
#F5AF94RGB
rgb(245, 175, 148)HSL
hsl(17, 83%, 77%)OKLCH
oklch(0.814 0.091 42)CMYK
cmyk(0%, 29%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29570
2#EE7A4C
3#EB5F28
4#D84B14
5#B43F11
6#90320D
7#6C260A
8#481907
9#240D03
Tints
Lighter variations
1#F6B79E
2#F7BFA9
3#F8C7B4
4#F9CFBF
5#FAD7C9
6#FBDFD4
7#FCE7DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#F0B199
2#EBB39D
3#E6B6A2
4#E2B8A7
5#DDBAAC
6#D8BCB1
7#D3BEB6
8#CEC0BB
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D2 #F9D2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AF #F5AF94 | BordersInactive statesPlaceholder text |
| 400 | F086 #F0865C | Disabled statesSecondary iconsMuted text |
| 500 | EB63 #EB632D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD48 #CD4813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A339 #A3390F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7529 #75290B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1A #4B1A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F10 #2F1004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE7DE;
--peach-200: #F9D2C2;
--peach-300: #F5AF94;
--peach-400: #F0865C;
--peach-500: #EB632D;
--peach-600: #CD4813;
--peach-700: #A3390F;
--peach-800: #75290B;
--peach-900: #4B1A07;
--peach-950: #2F1004;
}