Peach
#FED08B
OrangeColor Codes
All color formats for development
HEX
#FED08BRGB
rgb(254, 208, 139)HSL
hsl(36, 98%, 77%)OKLCH
oklch(0.882 0.101 77)CMYK
cmyk(0%, 18%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDC064
2#FDB03D
3#FDA016
4#E98D02
5#C27502
6#9C5E02
7#754601
8#4E2F01
9#271700
Tints
Lighter variations
1#FED596
2#FED9A2
3#FEDEAE
4#FEE3B9
5#FEE7C5
6#FFECD1
7#FFF1DC
8#FFF6E8
9#FFFAF3
Tones
Muted variations
1#F8CF91
2#F2CE96
3#EDCC9C
4#E7CBA2
5#E1CAA8
6#DBC9AD
7#D6C8B3
8#D0C7B9
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF1 #FFF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE4 #FEE4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED0 #FED08B | BordersInactive statesPlaceholder text |
| 400 | FDB7 #FDB74E | Disabled statesSecondary iconsMuted text |
| 500 | FDA3 #FDA31C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE86 #DE8602 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B16B #B16B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4C #7E4C01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5131 #513101 | Primary textHigh emphasis contentDark headings |
| 950 | 321E #321E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF9F0;
--peach-100: #FFF1DC;
--peach-200: #FEE4BD;
--peach-300: #FED08B;
--peach-400: #FDB74E;
--peach-500: #FDA31C;
--peach-600: #DE8602;
--peach-700: #B16B02;
--peach-800: #7E4C01;
--peach-900: #513101;
--peach-950: #321E01;
}