Peach
#EFBD9A
OrangeColor Codes
All color formats for development
HEX
#EFBD9ARGB
rgb(239, 189, 154)HSL
hsl(25, 73%, 77%)OKLCH
oklch(0.835 0.074 56.5)CMYK
cmyk(0%, 21%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA778
2#E59156
3#DF7B34
4#CC6720
5#AA561B
6#884515
7#663410
8#44220B
9#221105
Tints
Lighter variations
1#F1C4A4
2#F2CAAE
3#F4D1B8
4#F5D8C2
5#F7DECC
6#F9E5D6
7#FAEBE1
8#FCF2EB
9#FDF8F5
Tones
Muted variations
1#EBBE9E
2#E7BFA2
3#E2BFA6
4#DEC0AB
5#DAC1AF
6#D5C1B3
7#D1C2B8
8#CDC3BC
9#C9C4C0
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 | F6DA #F6DAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBD #EFBD9A | BordersInactive statesPlaceholder text |
| 400 | E79B #E79B65 | Disabled statesSecondary iconsMuted text |
| 500 | E07E #E07E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C263 #C2631E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4E #9A4E18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E38 #6E3811 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4724 #47240B | 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: #F6DAC6;
--peach-300: #EFBD9A;
--peach-400: #E79B65;
--peach-500: #E07E38;
--peach-600: #C2631E;
--peach-700: #9A4E18;
--peach-800: #6E3811;
--peach-900: #47240B;
--peach-950: #2C1607;
}