Peach
#EFC29A
OrangeColor Codes
All color formats for development
HEX
#EFC29ARGB
rgb(239, 194, 154)HSL
hsl(28, 73%, 77%)OKLCH
oklch(0.844 0.074 63.2)CMYK
cmyk(0%, 19%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAAD78
2#E59856
3#DF8434
4#CC7020
5#AA5D1B
6#884B15
7#663810
8#44250B
9#221305
Tints
Lighter variations
1#F1C8A4
2#F2CEAE
3#F4D4B8
4#F5DAC2
5#F7E0CC
6#F9E6D6
7#FAEDE1
8#FCF3EB
9#FDF9F5
Tones
Muted variations
1#EBC29E
2#E7C2A2
3#E2C2A6
4#DEC3AB
5#DAC3AF
6#D5C3B3
7#D1C3B8
8#CDC4BC
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEC #FAECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DC #F6DCC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC1 #EFC19A | BordersInactive statesPlaceholder text |
| 400 | E7A1 #E7A165 | Disabled statesSecondary iconsMuted text |
| 500 | E087 #E08738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C26B #C26B1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A55 #9A5518 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3D #6E3D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4727 #47270B | Primary textHigh emphasis contentDark headings |
| 950 | 2C18 #2C1807 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F2;
--peach-100: #FAECE0;
--peach-200: #F6DCC6;
--peach-300: #EFC19A;
--peach-400: #E7A165;
--peach-500: #E08738;
--peach-600: #C26B1E;
--peach-700: #9A5518;
--peach-800: #6E3D11;
--peach-900: #47270B;
--peach-950: #2C1807;
}