Peach
#F2C497
OrangeColor Codes
All color formats for development
HEX
#F2C497RGB
rgb(242, 196, 151)HSL
hsl(30, 78%, 77%)OKLCH
oklch(0.85 0.079 65.8)CMYK
cmyk(0%, 19%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB174
2#E99D51
3#E5892E
4#D2761A
5#AF6216
6#8C4F11
7#693B0D
8#462709
9#231404
Tints
Lighter variations
1#F3CAA1
2#F5D0AB
3#F6D6B6
4#F7DCC0
5#F9E2CB
6#FAE8D5
7#FBEDE0
8#FCF3EA
9#FEF9F5
Tones
Muted variations
1#EEC49B
2#E9C4A0
3#E4C4A4
4#E0C4A9
5#DBC4AD
6#D7C4B2
7#D2C4B7
8#CDC4BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DE #F8DEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C4 #F2C497 | BordersInactive statesPlaceholder text |
| 400 | EBA6 #EBA660 | Disabled statesSecondary iconsMuted text |
| 500 | E68C #E68C33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C870 #C87019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F59 #9F5914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7140 #71400E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4929 #492909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F1;
--peach-100: #FBEDDF;
--peach-200: #F8DEC4;
--peach-300: #F2C497;
--peach-400: #EBA660;
--peach-500: #E68C33;
--peach-600: #C87019;
--peach-700: #9F5914;
--peach-800: #71400E;
--peach-900: #492909;
--peach-950: #2D1A06;
}