Peach
#FDCE8B
OrangeColor Codes
All color formats for development
HEX
#FDCE8BRGB
rgb(253, 206, 139)HSL
hsl(35, 97%, 77%)OKLCH
oklch(0.878 0.1 75.7)CMYK
cmyk(0%, 19%, 45%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDBD65
2#FCAD3E
3#FB9C17
4#E88904
5#C17203
6#9B5B02
7#744402
8#4D2E01
9#271701
Tints
Lighter variations
1#FDD397
2#FED8A3
3#FEDDAE
4#FEE1BA
5#FEE6C5
6#FEEBD1
7#FEF0DC
8#FFF5E8
9#FFFAF3
Tones
Muted variations
1#F8CD91
2#F2CC97
3#ECCB9D
4#E6CAA2
5#E1C9A8
6#DBC8AE
7#D5C7B3
8#D0C6B9
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE3 #FEE3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDCE #FDCE8B | BordersInactive statesPlaceholder text |
| 400 | FCB4 #FCB44F | Disabled statesSecondary iconsMuted text |
| 500 | FC9F #FC9F1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD82 #DD8203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B068 #B06803 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4A #7E4A02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502F #502F01 | 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: #FEF0DC;
--peach-200: #FEE3BE;
--peach-300: #FDCE8B;
--peach-400: #FCB44F;
--peach-500: #FC9F1D;
--peach-600: #DD8203;
--peach-700: #B06803;
--peach-800: #7E4A02;
--peach-900: #502F01;
--peach-950: #321E01;
}