Peach
#F2D397
OrangeColor Codes
All color formats for development
HEX
#F2D397RGB
rgb(242, 211, 151)HSL
hsl(40, 78%, 77%)OKLCH
oklch(0.879 0.084 83.5)CMYK
cmyk(0%, 13%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEC574
2#E9B751
3#E5A82E
4#D2941A
5#AF7C16
6#8C6311
7#694A0D
8#463109
9#231904
Tints
Lighter variations
1#F3D8A1
2#F5DCAB
3#F6E1B6
4#F7E5C0
5#F9E9CB
6#FAEED5
7#FBF2E0
8#FCF6EA
9#FEFBF5
Tones
Muted variations
1#EED29B
2#E9D1A0
3#E4CFA4
4#E0CDA9
5#DBCCAD
6#D7CAB2
7#D2C9B7
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 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D4 #F2D497 | BordersInactive statesPlaceholder text |
| 400 | EBBD #EBBD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AA #E6AA33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88D #C88D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F70 #9F7014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4933 #493309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF2DF;
--peach-200: #F8E6C4;
--peach-300: #F2D497;
--peach-400: #EBBD60;
--peach-500: #E6AA33;
--peach-600: #C88D19;
--peach-700: #9F7014;
--peach-800: #71500E;
--peach-900: #493309;
--peach-950: #2D2006;
}