Peach
#F1B398
OrangeColor Codes
All color formats for development
HEX
#F1B398RGB
rgb(241, 179, 152)HSL
hsl(18, 76%, 77%)OKLCH
oklch(0.818 0.082 44.6)CMYK
cmyk(0%, 26%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC9975
2#E77F53
3#E36630
4#CF521C
5#AD4418
6#8A3713
7#68290E
8#451B09
9#230E05
Tints
Lighter variations
1#F2BAA2
2#F4C2AC
3#F5C9B7
4#F7D1C1
5#F8D9CB
6#F9E0D6
7#FBE8E0
8#FCF0EA
9#FEF7F5
Tones
Muted variations
1#ECB49C
2#E8B6A1
3#E4B8A5
4#DFBAAA
5#DBBBAE
6#D6BDB3
7#D2BFB7
8#CDC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D4 #F7D4C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B3 #F1B398 | BordersInactive statesPlaceholder text |
| 400 | EA8B #EA8B62 | Disabled statesSecondary iconsMuted text |
| 500 | E369 #E36935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C54E #C54E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D3E #9D3E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 702C #702C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481C #481C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF5F2;
--peach-100: #FBE8E0;
--peach-200: #F7D4C5;
--peach-300: #F1B398;
--peach-400: #EA8B62;
--peach-500: #E36935;
--peach-600: #C54E1B;
--peach-700: #9D3E15;
--peach-800: #702C0F;
--peach-900: #481C0A;
--peach-950: #2D1206;
}