Peach
#F0B698
OrangeColor Codes
All color formats for development
HEX
#F0B698RGB
rgb(240, 182, 152)HSL
hsl(20, 75%, 77%)OKLCH
oklch(0.822 0.079 48.5)CMYK
cmyk(0%, 24%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB9D76
2#E78554
3#E26C31
4#CE581D
5#AC4A19
6#893B14
7#672C0F
8#451D0A
9#220F05
Tints
Lighter variations
1#F2BDA3
2#F3C4AD
3#F5CCB7
4#F6D3C1
5#F8DACC
6#F9E2D6
7#FBE9E0
8#FCF0EA
9#FEF8F5
Tones
Muted variations
1#ECB79D
2#E8B9A1
3#E3BAA6
4#DFBCAA
5#DABDAE
6#D6BEB3
7#D2C0B7
8#CDC1BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D6 #F7D6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0B6 #F0B698 | BordersInactive statesPlaceholder text |
| 400 | E98F #E98F63 | Disabled statesSecondary iconsMuted text |
| 500 | E270 #E27036 | Primary brand colorCTAsActive elementsLinks |
| 600 | C454 #C4541C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C43 #9C4316 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7030 #703010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 471F #471F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D13 #2D1306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF5F2;
--peach-100: #FBE9E0;
--peach-200: #F7D6C5;
--peach-300: #F0B698;
--peach-400: #E98F63;
--peach-500: #E27036;
--peach-600: #C4541C;
--peach-700: #9C4316;
--peach-800: #703010;
--peach-900: #471F0A;
--peach-950: #2D1306;
}