Peach
#F2CD97
OrangeColor Codes
All color formats for development
HEX
#F2CD97RGB
rgb(242, 205, 151)HSL
hsl(36, 78%, 77%)OKLCH
oklch(0.867 0.081 76.8)CMYK
cmyk(0%, 15%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEBD74
2#E9AC51
3#E59C2E
4#D2881A
5#AF7116
6#8C5B11
7#69440D
8#462D09
9#231704
Tints
Lighter variations
1#F3D2A1
2#F5D7AB
3#F6DCB6
4#F7E1C0
5#F9E6CB
6#FAEBD5
7#FBF0E0
8#FCF5EA
9#FEFAF5
Tones
Muted variations
1#EECD9B
2#E9CCA0
3#E4CBA4
4#E0CAA9
5#DBC9AD
6#D7C8B2
7#D2C7B7
8#CDC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E3 #F8E3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CD #F2CD97 | BordersInactive statesPlaceholder text |
| 400 | EBB4 #EBB460 | Disabled statesSecondary iconsMuted text |
| 500 | E69E #E69E33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C882 #C88219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F67 #9F6714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714A #714A0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF0DF;
--peach-200: #F8E3C4;
--peach-300: #F2CD97;
--peach-400: #EBB460;
--peach-500: #E69E33;
--peach-600: #C88219;
--peach-700: #9F6714;
--peach-800: #714A0E;
--peach-900: #492F09;
--peach-950: #2D1D06;
}