Peach
#F3C796
OrangeColor Codes
All color formats for development
HEX
#F3C796RGB
rgb(243, 199, 150)HSL
hsl(32, 79%, 77%)OKLCH
oklch(0.857 0.081 69.4)CMYK
cmyk(0%, 18%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFB573
2#EAA250
3#E6902D
4#D37C19
5#B06715
6#8D5310
7#693E0C
8#462908
9#231504
Tints
Lighter variations
1#F4CDA1
2#F5D3AB
3#F6D8B6
4#F8DEC0
5#F9E3CB
6#FAE9D5
7#FBEEE0
8#FDF4EA
9#FEF9F5
Tones
Muted variations
1#EEC79B
2#E9C79F
3#E5C7A4
4#E0C6A9
5#DCC6AD
6#D7C6B2
7#D2C5B6
8#CEC5BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C7 #F3C796 | BordersInactive statesPlaceholder text |
| 400 | ECAA #ECAA5F | Disabled statesSecondary iconsMuted text |
| 500 | E792 #E79232 | Primary brand colorCTAsActive elementsLinks |
| 600 | C976 #C97618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A05E #A05E13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7243 #72430D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492B #492B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1B #2E1B05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEEDF;
--peach-200: #F8E0C4;
--peach-300: #F3C796;
--peach-400: #ECAA5F;
--peach-500: #E79232;
--peach-600: #C97618;
--peach-700: #A05E13;
--peach-800: #72430D;
--peach-900: #492B09;
--peach-950: #2E1B05;
}