Peach
#F2BD97
OrangeColor Codes
All color formats for development
HEX
#F2BD97RGB
rgb(242, 189, 151)HSL
hsl(25, 78%, 77%)OKLCH
oklch(0.837 0.079 57)CMYK
cmyk(0%, 22%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEA774
2#E99051
3#E57A2E
4#D2661A
5#AF5516
6#8C4411
7#69330D
8#462209
9#231104
Tints
Lighter variations
1#F3C3A1
2#F5CAAB
3#F6D1B6
4#F7D7C0
5#F9DECB
6#FAE4D5
7#FBEBE0
8#FCF2EA
9#FEF8F5
Tones
Muted variations
1#EEBD9B
2#E9BEA0
3#E4BFA4
4#E0C0A9
5#DBC1AD
6#D7C1B2
7#D2C2B7
8#CDC3BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DA #F8DAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2BD #F2BD97 | BordersInactive statesPlaceholder text |
| 400 | EB9A #EB9A60 | Disabled statesSecondary iconsMuted text |
| 500 | E67D #E67D33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C862 #C86219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F4E #9F4E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7137 #71370E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4923 #492309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBEBDF;
--peach-200: #F8DAC4;
--peach-300: #F2BD97;
--peach-400: #EB9A60;
--peach-500: #E67D33;
--peach-600: #C86219;
--peach-700: #9F4E14;
--peach-800: #71370E;
--peach-900: #492309;
--peach-950: #2D1606;
}