Peach
#FEA68B
RedColor Codes
All color formats for development
HEX
#FEA68BRGB
rgb(254, 166, 139)HSL
hsl(14, 98%, 77%)OKLCH
oklch(0.806 0.111 37.8)CMYK
cmyk(0%, 35%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD8864
2#FD6A3D
3#FD4C16
4#E93802
5#C22F02
6#9C2502
7#751C01
8#4E1301
9#270900
Tints
Lighter variations
1#FEAF96
2#FEB8A2
3#FEC0AE
4#FEC9B9
5#FED2C5
6#FFDBD1
7#FFE4DC
8#FFEDE8
9#FFF6F3
Tones
Muted variations
1#F8A991
2#F2AC96
3#EDAF9C
4#E7B2A2
5#E1B5A8
6#DBB8AD
7#D6BBB3
8#D0BEB9
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECD #FECDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEA6 #FEA68B | BordersInactive statesPlaceholder text |
| 400 | FD77 #FD774E | Disabled statesSecondary iconsMuted text |
| 500 | FD50 #FD501C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE36 #DE3602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B12B #B12B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E1E #7E1E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5113 #511301 | Primary textHigh emphasis contentDark headings |
| 950 | 320C #320C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF3F0;
--peach-100: #FFE4DC;
--peach-200: #FECDBD;
--peach-300: #FEA68B;
--peach-400: #FD774E;
--peach-500: #FD501C;
--peach-600: #DE3602;
--peach-700: #B12B02;
--peach-800: #7E1E01;
--peach-900: #511301;
--peach-950: #320C01;
}