Peach
#F5B194
OrangeColor Codes
All color formats for development
HEX
#F5B194RGB
rgb(245, 177, 148)HSL
hsl(18, 83%, 77%)OKLCH
oklch(0.817 0.089 44)CMYK
cmyk(0%, 28%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29770
2#EE7D4C
3#EB6228
4#D84F14
5#B44211
6#90340D
7#6C270A
8#481A07
9#240D03
Tints
Lighter variations
1#F6B99E
2#F7C1A9
3#F8C8B4
4#F9D0BF
5#FAD8C9
6#FBE0D4
7#FCE8DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#F0B399
2#EBB59D
3#E6B7A2
4#E2B9A7
5#DDBBAC
6#D8BDB1
7#D3BFB6
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 | F9D3 #F9D3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B1 #F5B194 | BordersInactive statesPlaceholder text |
| 400 | F088 #F0885C | Disabled statesSecondary iconsMuted text |
| 500 | EB66 #EB662D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD4B #CD4B13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A33C #A33C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752B #752B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1B #4B1B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F11 #2F1104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE7DE;
--peach-200: #F9D3C2;
--peach-300: #F5B194;
--peach-400: #F0885C;
--peach-500: #EB662D;
--peach-600: #CD4B13;
--peach-700: #A33C0F;
--peach-800: #752B0B;
--peach-900: #4B1B07;
--peach-950: #2F1104;
}