Peach
#FEAF8B
OrangeColor Codes
All color formats for development
HEX
#FEAF8BRGB
rgb(254, 175, 139)HSL
hsl(19, 98%, 77%)OKLCH
oklch(0.822 0.105 45.3)CMYK
cmyk(0%, 31%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD9564
2#FD7A3D
3#FD5F16
4#E94B02
5#C23F02
6#9C3202
7#752601
8#4E1901
9#270D00
Tints
Lighter variations
1#FEB796
2#FEBFA2
3#FEC7AE
4#FECFB9
5#FED7C5
6#FFDFD1
7#FFE7DC
8#FFEFE8
9#FFF7F3
Tones
Muted variations
1#F8B191
2#F2B396
3#EDB69C
4#E7B8A2
5#E1BAA8
6#DBBCAD
7#D6BEB3
8#D0C0B9
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED2 #FED2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAF #FEAF8B | BordersInactive statesPlaceholder text |
| 400 | FD86 #FD864E | Disabled statesSecondary iconsMuted text |
| 500 | FD63 #FD631C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE48 #DE4802 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B139 #B13902 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E29 #7E2901 | Text on light backgroundsHeadingsStrong borders |
| 900 | 511A #511A01 | Primary textHigh emphasis contentDark headings |
| 950 | 3210 #321001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF5F0;
--peach-100: #FFE7DC;
--peach-200: #FED2BD;
--peach-300: #FEAF8B;
--peach-400: #FD864E;
--peach-500: #FD631C;
--peach-600: #DE4802;
--peach-700: #B13902;
--peach-800: #7E2901;
--peach-900: #511A01;
--peach-950: #321001;
}