Peach
#F2CF97
OrangeColor Codes
All color formats for development
HEX
#F2CF97RGB
rgb(242, 207, 151)HSL
hsl(37, 78%, 77%)OKLCH
oklch(0.871 0.082 79.1)CMYK
cmyk(0%, 14%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEBF74
2#E9AF51
3#E59F2E
4#D28B1A
5#AF7416
6#8C5D11
7#69460D
8#462E09
9#231704
Tints
Lighter variations
1#F3D4A1
2#F5D9AB
3#F6DDB6
4#F7E2C0
5#F9E7CB
6#FAECD5
7#FBF1E0
8#FCF5EA
9#FEFAF5
Tones
Muted variations
1#EECE9B
2#E9CDA0
3#E4CCA4
4#E0CBA9
5#DBCAAD
6#D7C9B2
7#D2C8B7
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 | F8E4 #F8E4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CF #F2CF97 | BordersInactive statesPlaceholder text |
| 400 | EBB6 #EBB660 | Disabled statesSecondary iconsMuted text |
| 500 | E6A1 #E6A133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C885 #C88519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F69 #9F6914 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714B #714B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1E #2D1E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF0DF;
--peach-200: #F8E4C4;
--peach-300: #F2CF97;
--peach-400: #EBB660;
--peach-500: #E6A133;
--peach-600: #C88519;
--peach-700: #9F6914;
--peach-800: #714B0E;
--peach-900: #493009;
--peach-950: #2D1E06;
}