Peach
#F2D197
OrangeColor Codes
All color formats for development
HEX
#F2D197RGB
rgb(242, 209, 151)HSL
hsl(38, 78%, 77%)OKLCH
oklch(0.875 0.083 81.3)CMYK
cmyk(0%, 14%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEC174
2#E9B151
3#E5A22E
4#D28E1A
5#AF7716
6#8C5F11
7#69470D
8#462F09
9#231804
Tints
Lighter variations
1#F3D5A1
2#F5DAAB
3#F6DEB6
4#F7E3C0
5#F9E8CB
6#FAECD5
7#FBF1E0
8#FCF6EA
9#FEFAF5
Tones
Muted variations
1#EECF9B
2#E9CEA0
3#E4CDA4
4#E0CCA9
5#DBCAAD
6#D7C9B2
7#D2C8B7
8#CDC7BB
9#C9C6C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E5 #F8E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D1 #F2D197 | BordersInactive statesPlaceholder text |
| 400 | EBB8 #EBB860 | Disabled statesSecondary iconsMuted text |
| 500 | E6A4 #E6A433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C888 #C88819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6C #9F6C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714D #714D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4931 #493109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF1DF;
--peach-200: #F8E5C4;
--peach-300: #F2D197;
--peach-400: #EBB860;
--peach-500: #E6A433;
--peach-600: #C88819;
--peach-700: #9F6C14;
--peach-800: #714D0E;
--peach-900: #493109;
--peach-950: #2D1F06;
}