Peach
#F2CA97
OrangeColor Codes
All color formats for development
HEX
#F2CA97RGB
rgb(242, 202, 151)HSL
hsl(34, 78%, 77%)OKLCH
oklch(0.862 0.08 73.2)CMYK
cmyk(0%, 17%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEB974
2#E9A751
3#E5962E
4#D2821A
5#AF6C16
6#8C5711
7#69410D
8#462B09
9#231604
Tints
Lighter variations
1#F3D0A1
2#F5D5AB
3#F6DAB6
4#F7DFC0
5#F9E5CB
6#FAEAD5
7#FBEFE0
8#FCF4EA
9#FEFAF5
Tones
Muted variations
1#EECA9B
2#E9C9A0
3#E4C9A4
4#E0C8A9
5#DBC7AD
6#D7C7B2
7#D2C6B7
8#CDC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEFDF;
--peach-200: #F8E1C4;
--peach-300: #F2CA97;
--peach-400: #EBAF60;
--peach-500: #E69833;
--peach-600: #C87C19;
--peach-700: #9F6314;
--peach-800: #71460E;
--peach-900: #492D09;
--peach-950: #2D1C06;
}