Peach
#F0B798
OrangeColor Codes
All color formats for development
HEX
#F0B798RGB
rgb(240, 183, 152)HSL
hsl(21, 75%, 77%)OKLCH
oklch(0.824 0.079 49.8)CMYK
cmyk(0%, 24%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB9F76
2#E78754
3#E26F31
4#CE5B1D
5#AC4C19
6#893D14
7#672E0F
8#451E0A
9#220F05
Tints
Lighter variations
1#F2BEA3
2#F3C6AD
3#F5CDB7
4#F6D4C1
5#F8DBCC
6#F9E2D6
7#FBE9E0
8#FCF1EA
9#FEF8F5
Tones
Muted variations
1#ECB89D
2#E8BAA1
3#E3BBA6
4#DFBCAA
5#DABEAE
6#D6BFB3
7#D2C0B7
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 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D6 #F7D6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B7 #F0B798 | BordersInactive statesPlaceholder text |
| 400 | E992 #E99263 | Disabled statesSecondary iconsMuted text |
| 500 | E272 #E27236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C457 #C4571C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C45 #9C4516 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7031 #703110 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200A | 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: #FBE9E0;
--peach-200: #F7D6C5;
--peach-300: #F0B798;
--peach-400: #E99263;
--peach-500: #E27236;
--peach-600: #C4571C;
--peach-700: #9C4516;
--peach-800: #703110;
--peach-900: #47200A;
--peach-950: #2D1406;
}