Peach
#EFBA9A
OrangeColor Codes
All color formats for development
HEX
#EFBA9ARGB
rgb(239, 186, 154)HSL
hsl(23, 73%, 77%)OKLCH
oklch(0.829 0.075 52.5)CMYK
cmyk(0%, 22%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA378
2#E58C56
3#DF7534
4#CC6220
5#AA511B
6#884115
7#663110
8#44210B
9#221005
Tints
Lighter variations
1#F1C1A4
2#F2C8AE
3#F4CFB8
4#F5D6C2
5#F7DDCC
6#F9E4D6
7#FAEAE1
8#FCF1EB
9#FDF8F5
Tones
Muted variations
1#EBBB9E
2#E7BCA2
3#E2BDA6
4#DEBEAB
5#DABFAF
6#D5C0B3
7#D1C1B8
8#CDC2BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEA #FAEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D8 #F6D8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBA #EFBA9A | BordersInactive statesPlaceholder text |
| 400 | E797 #E79765 | Disabled statesSecondary iconsMuted text |
| 500 | E079 #E07938 | Primary brand colorCTAsActive elementsLinks |
| 600 | C25D #C25D1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4A #9A4A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E35 #6E3511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4722 #47220B | Primary textHigh emphasis contentDark headings |
| 950 | 2C15 #2C1507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FAEAE0;
--peach-200: #F6D8C6;
--peach-300: #EFBA9A;
--peach-400: #E79765;
--peach-500: #E07938;
--peach-600: #C25D1E;
--peach-700: #9A4A18;
--peach-800: #6E3511;
--peach-900: #47220B;
--peach-950: #2C1507;
}