Peach
#F5CE94
OrangeColor Codes
All color formats for development
HEX
#F5CE94RGB
rgb(245, 206, 148)HSL
hsl(36, 83%, 77%)OKLCH
oklch(0.872 0.086 77.1)CMYK
cmyk(0%, 16%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2BE70
2#EEAD4C
3#EB9D28
4#D88914
5#B47211
6#905C0D
7#6C450A
8#482E07
9#241703
Tints
Lighter variations
1#F6D39E
2#F7D8A9
3#F8DDB4
4#F9E2BF
5#FAE7C9
6#FBEBD4
7#FCF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#F0CD99
2#EBCC9D
3#E6CBA2
4#E2CAA7
5#DDC9AC
6#D8C8B1
7#D3C7B6
8#CEC6BB
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CE #F5CE94 | BordersInactive statesPlaceholder text |
| 400 | F0B5 #F0B55C | Disabled statesSecondary iconsMuted text |
| 500 | EB9F #EB9F2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD83 #CD8313 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A368 #A3680F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754A #754A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF0DE;
--peach-200: #F9E3C2;
--peach-300: #F5CE94;
--peach-400: #F0B55C;
--peach-500: #EB9F2D;
--peach-600: #CD8313;
--peach-700: #A3680F;
--peach-800: #754A0B;
--peach-900: #4B3007;
--peach-950: #2F1E04;
}