Peach
#F7C892
OrangeColor Codes
All color formats for development
HEX
#F7C892RGB
rgb(247, 200, 146)HSL
hsl(32, 86%, 77%)OKLCH
oklch(0.862 0.088 70.1)CMYK
cmyk(0%, 19%, 41%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4B56D
2#F1A349
3#EF9024
4#DB7D10
5#B7680E
6#92530B
7#6E3E08
8#492A05
9#251503
Tints
Lighter variations
1#F8CD9D
2#F8D3A8
3#F9D8B3
4#FADEBE
5#FBE3C8
6#FCE9D3
7#FDEEDE
8#FDF4E9
9#FEF9F4
Tones
Muted variations
1#F2C797
2#EDC79C
3#E8C7A1
4#E3C6A6
5#DEC6AB
6#D9C6B0
7#D3C5B5
8#CEC5BA
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE0 #FAE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7C8 #F7C892 | BordersInactive statesPlaceholder text |
| 400 | F3AB #F3AB59 | Disabled statesSecondary iconsMuted text |
| 500 | EF93 #EF932A | Primary brand colorCTAsActive elementsLinks |
| 600 | D177 #D17710 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A65E #A65E0C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7743 #774309 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C2B #4C2B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1B #2F1B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FDEEDE;
--peach-200: #FAE0C1;
--peach-300: #F7C892;
--peach-400: #F3AB59;
--peach-500: #EF932A;
--peach-600: #D17710;
--peach-700: #A65E0C;
--peach-800: #774309;
--peach-900: #4C2B06;
--peach-950: #2F1B04;
}