Peach
#EFD59A
OrangeColor Codes
All color formats for development
HEX
#EFD59ARGB
rgb(239, 213, 154)HSL
hsl(42, 73%, 77%)OKLCH
oklch(0.881 0.081 86.9)CMYK
cmyk(0%, 11%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAC878
2#E5BA56
3#DFAC34
4#CC9820
5#AA7F1B
6#886515
7#664C10
8#44330B
9#221905
Tints
Lighter variations
1#F1DAA4
2#F2DEAE
3#F4E2B8
4#F5E6C2
5#F7EACC
6#F9EED6
7#FAF3E1
8#FCF7EB
9#FDFBF5
Tones
Muted variations
1#EBD49E
2#E7D2A2
3#E2D0A6
4#DECFAB
5#DACDAF
6#D5CBB3
7#D1C9B8
8#CDC8BC
9#C9C6C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E8 #F6E8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E7C0 #E7C065 | Disabled statesSecondary iconsMuted text |
| 500 | E0AE #E0AE38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C291 #C2911E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4735 #47350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDFAF2;
--peach-100: #FAF2E0;
--peach-200: #F6E8C6;
--peach-300: #EFD59A;
--peach-400: #E7C065;
--peach-500: #E0AE38;
--peach-600: #C2911E;
--peach-700: #9A7318;
--peach-800: #6E5211;
--peach-900: #47350B;
--peach-950: #2C2107;
}