Peach
#FDCC8B
OrangeColor Codes
All color formats for development
HEX
#FDCC8BRGB
rgb(253, 204, 139)HSL
hsl(34, 97%, 77%)OKLCH
oklch(0.874 0.099 73.8)CMYK
cmyk(0%, 19%, 45%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDBB65
2#FCAA3E
3#FB9917
4#E88504
5#C16F03
6#9B5902
7#744302
8#4D2C01
9#271601
Tints
Lighter variations
1#FDD197
2#FED6A3
3#FEDBAE
4#FEE0BA
5#FEE5C5
6#FEEBD1
7#FEF0DC
8#FFF5E8
9#FFFAF3
Tones
Muted variations
1#F8CB91
2#F2CA97
3#ECCA9D
4#E6C9A2
5#E1C8A8
6#DBC7AE
7#D5C7B3
8#D0C6B9
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE2 #FEE2BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDCC #FDCC8B | BordersInactive statesPlaceholder text |
| 400 | FCB1 #FCB14F | Disabled statesSecondary iconsMuted text |
| 500 | FC9B #FC9B1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD7F #DD7F03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B065 #B06503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E48 #7E4802 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502E #502E01 | Primary textHigh emphasis contentDark headings |
| 950 | 321D #321D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF8F0;
--peach-100: #FEEFDC;
--peach-200: #FEE2BE;
--peach-300: #FDCC8B;
--peach-400: #FCB14F;
--peach-500: #FC9B1D;
--peach-600: #DD7F03;
--peach-700: #B06503;
--peach-800: #7E4802;
--peach-900: #502E01;
--peach-950: #321D01;
}