Peach
#F5C694
OrangeColor Codes
All color formats for development
HEX
#F5C694RGB
rgb(245, 198, 148)HSL
hsl(31, 83%, 77%)OKLCH
oklch(0.856 0.084 68.1)CMYK
cmyk(0%, 19%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B370
2#EEA04C
3#EB8D28
4#D87914
5#B46511
6#90510D
7#6C3D0A
8#482807
9#241403
Tints
Lighter variations
1#F6CC9E
2#F7D1A9
3#F8D7B4
4#F9DDBF
5#FAE2C9
6#FBE8D4
7#FCEEDF
8#FDF4EA
9#FEF9F4
Tones
Muted variations
1#F0C699
2#EBC69D
3#E6C5A2
4#E2C5A7
5#DDC5AC
6#D8C5B1
7#D3C5B6
8#CEC5BB
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEE #FCEEDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9DF #F9DFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5C6 #F5C694 | BordersInactive statesPlaceholder text |
| 400 | F0A8 #F0A85C | Disabled statesSecondary iconsMuted text |
| 500 | EB8F #EB8F2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD73 #CD7313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A35C #A35C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7542 #75420B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2A #4B2A07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1A #2F1A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FCEEDE;
--peach-200: #F9DFC2;
--peach-300: #F5C694;
--peach-400: #F0A85C;
--peach-500: #EB8F2D;
--peach-600: #CD7313;
--peach-700: #A35C0F;
--peach-800: #75420B;
--peach-900: #4B2A07;
--peach-950: #2F1A04;
}