Peach
#F0C198
OrangeColor Codes
All color formats for development
HEX
#F0C198RGB
rgb(240, 193, 152)HSL
hsl(28, 75%, 77%)OKLCH
oklch(0.843 0.076 62.6)CMYK
cmyk(0%, 20%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBAD76
2#E79854
3#E28431
4#CE701D
5#AC5D19
6#894B14
7#67380F
8#45250A
9#221305
Tints
Lighter variations
1#F2C8A3
2#F3CEAD
3#F5D4B7
4#F6DAC1
5#F8E0CC
6#F9E6D6
7#FBEDE0
8#FCF3EA
9#FEF9F5
Tones
Muted variations
1#ECC29D
2#E8C2A1
3#E3C2A6
4#DFC3AA
5#DAC3AE
6#D6C3B3
7#D2C3B7
8#CDC4BC
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DC #F7DCC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0C1 #F0C198 | BordersInactive statesPlaceholder text |
| 400 | E9A1 #E9A163 | Disabled statesSecondary iconsMuted text |
| 500 | E287 #E28736 | Primary brand colorCTAsActive elementsLinks |
| 600 | C46B #C46B1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C55 #9C5516 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 703D #703D10 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4727 #47270A | Primary textHigh emphasis contentDark headings |
| 950 | 2D18 #2D1806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F2;
--peach-100: #FBECE0;
--peach-200: #F7DCC5;
--peach-300: #F0C198;
--peach-400: #E9A163;
--peach-500: #E28736;
--peach-600: #C46B1C;
--peach-700: #9C5516;
--peach-800: #703D10;
--peach-900: #47270A;
--peach-950: #2D1806;
}