Peach
#F1B198
OrangeColor Codes
All color formats for development
HEX
#F1B198RGB
rgb(241, 177, 152)HSL
hsl(17, 76%, 77%)OKLCH
oklch(0.814 0.083 42.3)CMYK
cmyk(0%, 27%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC9775
2#E77D53
3#E36330
4#CF4F1C
5#AD4218
6#8A3513
7#68280E
8#451A09
9#230D05
Tints
Lighter variations
1#F2B9A2
2#F4C1AC
3#F5C8B7
4#F7D0C1
5#F8D8CB
6#F9E0D6
7#FBE8E0
8#FCEFEA
9#FEF7F5
Tones
Muted variations
1#ECB39C
2#E8B5A1
3#E4B7A5
4#DFB9AA
5#DBBBAE
6#D6BDB3
7#D2BFB7
8#CDC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE7 #FBE7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D3 #F7D3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B1 #F1B198 | BordersInactive statesPlaceholder text |
| 400 | EA88 #EA8862 | Disabled statesSecondary iconsMuted text |
| 500 | E366 #E36635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C54B #C54B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D3C #9D3C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 702B #702B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481B #481B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D11 #2D1106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF5F2;
--peach-100: #FBE7E0;
--peach-200: #F7D3C5;
--peach-300: #F1B198;
--peach-400: #EA8862;
--peach-500: #E36635;
--peach-600: #C54B1B;
--peach-700: #9D3C15;
--peach-800: #702B0F;
--peach-900: #481B0A;
--peach-950: #2D1106;
}