Peach
#F6CD93
OrangeColor Codes
All color formats for development
HEX
#F6CD93RGB
rgb(246, 205, 147)HSL
hsl(35, 85%, 77%)OKLCH
oklch(0.87 0.088 75.8)CMYK
cmyk(0%, 17%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3BC6E
2#F0AB4A
3#ED9A26
4#DA8612
5#B6700F
6#915A0C
7#6D4309
8#492D06
9#241603
Tints
Lighter variations
1#F7D29D
2#F8D7A8
3#F9DCB3
4#FAE1BE
5#FBE6C9
6#FBEBD4
7#FCF0DE
8#FDF5E9
9#FEFAF4
Tones
Muted variations
1#F1CC97
2#ECCB9C
3#E7CAA1
4#E2C9A6
5#DDC9AB
6#D8C8B0
7#D3C7B5
8#CEC6BA
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CD #F6CD92 | BordersInactive statesPlaceholder text |
| 400 | F2B2 #F2B25A | Disabled statesSecondary iconsMuted text |
| 500 | EE9D #EE9D2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D080 #D08011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A566 #A5660D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7649 #76490A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2F #4B2F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1D #2F1D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FCF0DE;
--peach-200: #FAE3C2;
--peach-300: #F6CD92;
--peach-400: #F2B25A;
--peach-500: #EE9D2B;
--peach-600: #D08011;
--peach-700: #A5660D;
--peach-800: #76490A;
--peach-900: #4B2F06;
--peach-950: #2F1D04;
}