Peach
#F5CC94
OrangeColor Codes
All color formats for development
HEX
#F5CC94RGB
rgb(245, 204, 148)HSL
hsl(35, 83%, 77%)OKLCH
oklch(0.868 0.086 74.9)CMYK
cmyk(0%, 17%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2BC70
2#EEAB4C
3#EB9A28
4#D88614
5#B47011
6#90590D
7#6C430A
8#482D07
9#241603
Tints
Lighter variations
1#F6D29E
2#F7D7A9
3#F8DCB4
4#F9E1BF
5#FAE6C9
6#FBEBD4
7#FCF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#F0CC99
2#EBCB9D
3#E6CAA2
4#E2C9A7
5#DDC8AC
6#D8C8B1
7#D3C7B6
8#CEC6BB
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CC #F5CC94 | BordersInactive statesPlaceholder text |
| 400 | F0B2 #F0B25C | Disabled statesSecondary iconsMuted text |
| 500 | EB9C #EB9C2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD80 #CD8013 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A366 #A3660F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7549 #75490B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2E #4B2E07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1D #2F1D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FCF0DE;
--peach-200: #F9E2C2;
--peach-300: #F5CC94;
--peach-400: #F0B25C;
--peach-500: #EB9C2D;
--peach-600: #CD8013;
--peach-700: #A3660F;
--peach-800: #75490B;
--peach-900: #4B2E07;
--peach-950: #2F1D04;
}