Peach
#FEA88B
OrangeColor Codes
All color formats for development
HEX
#FEA88BRGB
rgb(254, 168, 139)HSL
hsl(15, 98%, 77%)OKLCH
oklch(0.809 0.11 39.4)CMYK
cmyk(0%, 34%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD8A64
2#FD6D3D
3#FD5016
4#E93C02
5#C23202
6#9C2802
7#751E01
8#4E1401
9#270A00
Tints
Lighter variations
1#FEB096
2#FEB9A2
3#FEC2AE
4#FECBB9
5#FED3C5
6#FFDCD1
7#FFE5DC
8#FFEEE8
9#FFF6F3
Tones
Muted variations
1#F8AA91
2#F2AD96
3#EDB09C
4#E7B3A2
5#E1B6A8
6#DBB9AD
7#D6BCB3
8#D0BFB9
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECE #FECEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA8 #FEA88B | BordersInactive statesPlaceholder text |
| 400 | FD7A #FD7A4E | Disabled statesSecondary iconsMuted text |
| 500 | FD54 #FD541C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE39 #DE3902 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B12E #B12E02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E21 #7E2101 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5115 #511501 | Primary textHigh emphasis contentDark headings |
| 950 | 320D #320D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF4F0;
--peach-100: #FFE4DC;
--peach-200: #FECEBD;
--peach-300: #FEA88B;
--peach-400: #FD7A4E;
--peach-500: #FD541C;
--peach-600: #DE3902;
--peach-700: #B12E02;
--peach-800: #7E2101;
--peach-900: #511501;
--peach-950: #320D01;
}