Peach
#F2B597
OrangeColor Codes
All color formats for development
HEX
#F2B597RGB
rgb(242, 181, 151)HSL
hsl(20, 78%, 77%)OKLCH
oklch(0.822 0.082 47.3)CMYK
cmyk(0%, 25%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE9C74
2#E98451
3#E56B2E
4#D2571A
5#AF4916
6#8C3A11
7#692C0D
8#461D09
9#230F04
Tints
Lighter variations
1#F3BCA1
2#F5C4AB
3#F6CBB6
4#F7D3C0
5#F9DACB
6#FAE1D5
7#FBE9E0
8#FCF0EA
9#FEF8F5
Tones
Muted variations
1#EEB79B
2#E9B8A0
3#E4BAA4
4#E0BBA9
5#DBBDAD
6#D7BEB2
7#D2C0B7
8#CDC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D5 #F8D5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B5 #F2B597 | BordersInactive statesPlaceholder text |
| 400 | EB8F #EB8F60 | Disabled statesSecondary iconsMuted text |
| 500 | E66E #E66E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C853 #C85319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F42 #9F4214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712F #712F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491E #491E09 | 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: #FDF5F1;
--peach-100: #FBE9DF;
--peach-200: #F8D5C4;
--peach-300: #F2B597;
--peach-400: #EB8F60;
--peach-500: #E66E33;
--peach-600: #C85319;
--peach-700: #9F4214;
--peach-800: #712F0E;
--peach-900: #491E09;
--peach-950: #2D1306;
}