Peach
#EFD49A
OrangeColor Codes
All color formats for development
HEX
#EFD49ARGB
rgb(239, 212, 154)HSL
hsl(41, 73%, 77%)OKLCH
oklch(0.879 0.08 85.8)CMYK
cmyk(0%, 11%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAC678
2#E5B756
3#DFA934
4#CC9520
5#AA7C1B
6#886415
7#664B10
8#44320B
9#221905
Tints
Lighter variations
1#F1D8A4
2#F2DDAE
3#F4E1B8
4#F5E5C2
5#F7EACC
6#F9EED6
7#FAF2E1
8#FCF6EB
9#FDFBF5
Tones
Muted variations
1#EBD29E
2#E7D1A2
3#E2CFA6
4#DECEAB
5#DACCAF
6#D5CBB3
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 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD4 #EFD49A | BordersInactive statesPlaceholder text |
| 400 | E7BE #E7BE65 | Disabled statesSecondary iconsMuted text |
| 500 | E0AB #E0AB38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28E #C28E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A71 #9A7118 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E51 #6E5111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4734 #47340B | 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: #FAF2E0;
--peach-200: #F6E7C6;
--peach-300: #EFD49A;
--peach-400: #E7BE65;
--peach-500: #E0AB38;
--peach-600: #C28E1E;
--peach-700: #9A7118;
--peach-800: #6E5111;
--peach-900: #47340B;
--peach-950: #2C2007;
}