Peach
#F5B394
OrangeColor Codes
All color formats for development
HEX
#F5B394RGB
rgb(245, 179, 148)HSL
hsl(19, 83%, 77%)OKLCH
oklch(0.821 0.088 46.2)CMYK
cmyk(0%, 27%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29970
2#EE7F4C
3#EB6628
4#D85214
5#B44411
6#90370D
7#6C290A
8#481B07
9#240E03
Tints
Lighter variations
1#F6BA9E
2#F7C2A9
3#F8C9B4
4#F9D1BF
5#FAD9C9
6#FBE0D4
7#FCE8DF
8#FDF0EA
9#FEF7F4
Tones
Muted variations
1#F0B499
2#EBB69D
3#E6B8A2
4#E2BAA7
5#DDBBAC
6#D8BDB1
7#D3BFB6
8#CEC1BB
9#C9C3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE8 #FCE8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D4 #F9D4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B3 #F5B394 | BordersInactive statesPlaceholder text |
| 400 | F08B #F08B5C | Disabled statesSecondary iconsMuted text |
| 500 | EB69 #EB692D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD4E #CD4E13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A33E #A33E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752C #752C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1C #4B1C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F12 #2F1204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE8DE;
--peach-200: #F9D4C2;
--peach-300: #F5B394;
--peach-400: #F08B5C;
--peach-500: #EB692D;
--peach-600: #CD4E13;
--peach-700: #A33E0F;
--peach-800: #752C0B;
--peach-900: #4B1C07;
--peach-950: #2F1204;
}