Peach
#EFD39A
OrangeColor Codes
All color formats for development
HEX
#EFD39ARGB
rgb(239, 211, 154)HSL
hsl(40, 73%, 77%)OKLCH
oklch(0.877 0.08 84.7)CMYK
cmyk(0%, 12%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAC478
2#E5B556
3#DFA634
4#CC9220
5#AA7A1B
6#886215
7#664910
8#44310B
9#221805
Tints
Lighter variations
1#F1D7A4
2#F2DBAE
3#F4E0B8
4#F5E4C2
5#F7E9CC
6#F9EDD6
7#FAF2E1
8#FCF6EB
9#FDFBF5
Tones
Muted variations
1#EBD19E
2#E7D0A2
3#E2CEA6
4#DECDAB
5#DACBAF
6#D5CAB3
7#D1C9B8
8#CDC7BC
9#C9C6C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E6 #F6E6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD3 #EFD39A | BordersInactive statesPlaceholder text |
| 400 | E7BB #E7BB65 | Disabled statesSecondary iconsMuted text |
| 500 | E0A8 #E0A838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28C #C28C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6F #9A6F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4F #6E4F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F2;
--peach-100: #FAF1E0;
--peach-200: #F6E6C6;
--peach-300: #EFD39A;
--peach-400: #E7BB65;
--peach-500: #E0A838;
--peach-600: #C28C1E;
--peach-700: #9A6F18;
--peach-800: #6E4F11;
--peach-900: #47330B;
--peach-950: #2C2007;
}