Peach
#EFB99A
OrangeColor Codes
All color formats for development
HEX
#EFB99ARGB
rgb(239, 185, 154)HSL
hsl(22, 73%, 77%)OKLCH
oklch(0.827 0.076 51.2)CMYK
cmyk(0%, 23%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA178
2#E58A56
3#DF7334
4#CC5F20
5#AA4F1B
6#883F15
7#662F10
8#44200B
9#221005
Tints
Lighter variations
1#F1C0A4
2#F2C7AE
3#F4CEB8
4#F5D5C2
5#F7DCCC
6#F9E3D6
7#FAEAE1
8#FCF1EB
9#FDF8F5
Tones
Muted variations
1#EBBA9E
2#E7BBA2
3#E2BCA6
4#DEBDAB
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 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB9 #EFB99A | BordersInactive statesPlaceholder text |
| 400 | E794 #E79465 | Disabled statesSecondary iconsMuted text |
| 500 | E076 #E07638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C25A #C25A1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A48 #9A4818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E33 #6E3311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4721 #47210B | 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: #F6D7C6;
--peach-300: #EFB99A;
--peach-400: #E79465;
--peach-500: #E07638;
--peach-600: #C25A1E;
--peach-700: #9A4818;
--peach-800: #6E3311;
--peach-900: #47210B;
--peach-950: #2C1507;
}