Peach
#F1C798
OrangeColor Codes
All color formats for development
HEX
#F1C798RGB
rgb(241, 199, 152)HSL
hsl(32, 76%, 77%)OKLCH
oklch(0.855 0.078 69.6)CMYK
cmyk(0%, 17%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB575
2#E7A253
3#E38F30
4#CF7C1C
5#AD6718
6#8A5313
7#683E0E
8#452909
9#231505
Tints
Lighter variations
1#F2CDA2
2#F4D2AC
3#F5D8B7
4#F7DEC1
5#F8E3CB
6#F9E9D6
7#FBEEE0
8#FCF4EA
9#FEF9F5
Tones
Muted variations
1#ECC79C
2#E8C7A1
3#E4C6A5
4#DFC6AA
5#DBC6AE
6#D6C6B3
7#D2C5B7
8#CDC5BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C7 #F1C798 | BordersInactive statesPlaceholder text |
| 400 | EAAA #EAAA62 | Disabled statesSecondary iconsMuted text |
| 500 | E392 #E39235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C576 #C5761B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5E #9D5E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7043 #70430F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482B #482B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F2;
--peach-100: #FBEEE0;
--peach-200: #F7E0C5;
--peach-300: #F1C798;
--peach-400: #EAAA62;
--peach-500: #E39235;
--peach-600: #C5761B;
--peach-700: #9D5E15;
--peach-800: #70430F;
--peach-900: #482B0A;
--peach-950: #2D1B06;
}