Peach
#FECE8B
OrangeColor Codes
All color formats for development
HEX
#FECE8BRGB
rgb(254, 206, 139)HSL
hsl(35, 98%, 77%)OKLCH
oklch(0.879 0.1 75.1)CMYK
cmyk(0%, 19%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDBE64
2#FDAD3D
3#FD9D16
4#E98902
5#C27202
6#9C5B02
7#754501
8#4E2E01
9#271700
Tints
Lighter variations
1#FED396
2#FED8A2
3#FEDDAE
4#FEE2B9
5#FEE6C5
6#FFEBD1
7#FFF0DC
8#FFF5E8
9#FFFAF3
Tones
Muted variations
1#F8CD91
2#F2CC96
3#EDCB9C
4#E7CAA2
5#E1C9A8
6#DBC8AD
7#D6C7B3
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 | FFF0 #FFF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE3 #FEE3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FECE #FECE8B | BordersInactive statesPlaceholder text |
| 400 | FDB4 #FDB44E | Disabled statesSecondary iconsMuted text |
| 500 | FD9F #FD9F1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE83 #DE8302 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B168 #B16802 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4A #7E4A01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 512F #512F01 | 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: #FFF0DC;
--peach-200: #FEE3BD;
--peach-300: #FECE8B;
--peach-400: #FDB44E;
--peach-500: #FD9F1C;
--peach-600: #DE8302;
--peach-700: #B16802;
--peach-800: #7E4A01;
--peach-900: #512F01;
--peach-950: #321E01;
}