Peach
#EFBC9A
OrangeColor Codes
All color formats for development
HEX
#EFBC9ARGB
rgb(239, 188, 154)HSL
hsl(24, 73%, 77%)OKLCH
oklch(0.833 0.075 55.1)CMYK
cmyk(0%, 21%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA578
2#E58F56
3#DF7834
4#CC6520
5#AA541B
6#884315
7#663210
8#44220B
9#221105
Tints
Lighter variations
1#F1C3A4
2#F2C9AE
3#F4D0B8
4#F5D7C2
5#F7DDCC
6#F9E4D6
7#FAEBE1
8#FCF2EB
9#FDF8F5
Tones
Muted variations
1#EBBD9E
2#E7BDA2
3#E2BEA6
4#DEBFAB
5#DAC0AF
6#D5C1B3
7#D1C2B8
8#CDC3BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D9 #F6D9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBC #EFBC9A | BordersInactive statesPlaceholder text |
| 400 | E799 #E79965 | Disabled statesSecondary iconsMuted text |
| 500 | E07B #E07B38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C260 #C2601E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4C #9A4C18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E36 #6E3611 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4723 #47230B | Primary textHigh emphasis contentDark headings |
| 950 | 2C16 #2C1607 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FAEBE0;
--peach-200: #F6D9C6;
--peach-300: #EFBC9A;
--peach-400: #E79965;
--peach-500: #E07B38;
--peach-600: #C2601E;
--peach-700: #9A4C18;
--peach-800: #6E3611;
--peach-900: #47230B;
--peach-950: #2C1607;
}