Peach
#F5AC94
OrangeColor Codes
All color formats for development
HEX
#F5AC94RGB
rgb(245, 172, 148)HSL
hsl(15, 83%, 77%)OKLCH
oklch(0.808 0.093 39)CMYK
cmyk(0%, 30%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29070
2#EE744C
3#EB5928
4#D84514
5#B43911
6#902E0D
7#6C220A
8#481707
9#240B03
Tints
Lighter variations
1#F6B49E
2#F7BDA9
3#F8C5B4
4#F9CDBF
5#FAD6C9
6#FBDED4
7#FCE6DF
8#FDEEEA
9#FEF7F4
Tones
Muted variations
1#F0AE99
2#EBB19D
3#E6B3A2
4#E2B6A7
5#DDB8AC
6#D8BBB1
7#D3BDB6
8#CEBFBB
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AC #F5AC94 | BordersInactive statesPlaceholder text |
| 400 | F081 #F0815C | Disabled statesSecondary iconsMuted text |
| 500 | EB5D #EB5D2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD42 #CD4213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A334 #A3340F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7525 #75250B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B18 #4B1807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0F #2F0F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F1;
--peach-100: #FCE6DE;
--peach-200: #F9D0C2;
--peach-300: #F5AC94;
--peach-400: #F0815C;
--peach-500: #EB5D2D;
--peach-600: #CD4213;
--peach-700: #A3340F;
--peach-800: #75250B;
--peach-900: #4B1807;
--peach-950: #2F0F04;
}