Peach
#EFBF9A
OrangeColor Codes
All color formats for development
HEX
#EFBF9ARGB
rgb(239, 191, 154)HSL
hsl(26, 73%, 77%)OKLCH
oklch(0.838 0.074 59.2)CMYK
cmyk(0%, 20%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA978
2#E59456
3#DF7E34
4#CC6A20
5#AA591B
6#884715
7#663510
8#44230B
9#221205
Tints
Lighter variations
1#F1C5A4
2#F2CCAE
3#F4D2B8
4#F5D8C2
5#F7DFCC
6#F9E5D6
7#FAECE1
8#FCF2EB
9#FDF9F5
Tones
Muted variations
1#EBBF9E
2#E7C0A2
3#E2C0A6
4#DEC1AB
5#DAC1AF
6#D5C2B3
7#D1C3B8
8#CDC3BC
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEB #FAEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DB #F6DBC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBF #EFBF9A | BordersInactive statesPlaceholder text |
| 400 | E79D #E79D65 | Disabled statesSecondary iconsMuted text |
| 500 | E081 #E08138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C265 #C2651E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A51 #9A5118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3A #6E3A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4725 #47250B | Primary textHigh emphasis contentDark headings |
| 950 | 2C17 #2C1707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F2;
--peach-100: #FAEBE0;
--peach-200: #F6DBC6;
--peach-300: #EFBF9A;
--peach-400: #E79D65;
--peach-500: #E08138;
--peach-600: #C2651E;
--peach-700: #9A5118;
--peach-800: #6E3A11;
--peach-900: #47250B;
--peach-950: #2C1707;
}