Peach
#F0B998
OrangeColor Codes
All color formats for development
HEX
#F0B998RGB
rgb(240, 185, 152)HSL
hsl(22, 75%, 77%)OKLCH
oklch(0.828 0.078 52.3)CMYK
cmyk(0%, 23%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBA176
2#E78954
3#E27231
4#CE5E1D
5#AC4F19
6#893F14
7#672F0F
8#451F0A
9#221005
Tints
Lighter variations
1#F2C0A3
2#F3C7AD
3#F5CEB7
4#F6D5C1
5#F8DCCC
6#F9E3D6
7#FBEAE0
8#FCF1EA
9#FEF8F5
Tones
Muted variations
1#ECBA9D
2#E8BBA1
3#E3BCA6
4#DFBDAA
5#DABEAE
6#D6C0B3
7#D2C1B7
8#CDC2BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D7 #F7D7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B9 #F0B998 | BordersInactive statesPlaceholder text |
| 400 | E994 #E99463 | Disabled statesSecondary iconsMuted text |
| 500 | E275 #E27536 | Primary brand colorCTAsActive elementsLinks |
| 600 | C45A #C45A1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C47 #9C4716 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7033 #703310 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4721 #47210A | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FBEAE0;
--peach-200: #F7D7C5;
--peach-300: #F0B998;
--peach-400: #E99463;
--peach-500: #E27536;
--peach-600: #C45A1C;
--peach-700: #9C4716;
--peach-800: #703310;
--peach-900: #47210A;
--peach-950: #2D1406;
}