Peach
#FBC88D
OrangeColor Codes
All color formats for development
HEX
#FBC88DRGB
rgb(251, 200, 141)HSL
hsl(32, 93%, 77%)OKLCH
oklch(0.865 0.095 70.1)CMYK
cmyk(0%, 20%, 44%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB668
2#F8A342
3#F7911C
4#E37D08
5#BD6807
6#985305
7#723F04
8#4C2A03
9#261501
Tints
Lighter variations
1#FBCD99
2#FCD3A4
3#FCD8B0
4#FDDEBB
5#FDE3C6
6#FDE9D2
7#FEEEDD
8#FEF4E8
9#FFF9F4
Tones
Muted variations
1#F5C893
2#F0C799
3#EBC79E
4#E5C7A4
5#E0C6A9
6#DAC6AF
7#D5C5B4
8#CFC5B9
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEE #FEEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE0 #FDE0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBC8 #FBC88E | BordersInactive statesPlaceholder text |
| 400 | F9AB #F9AB53 | Disabled statesSecondary iconsMuted text |
| 500 | F793 #F79322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D977 #D97708 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC5F #AC5F06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B44 #7B4404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2B #4F2B03 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F0;
--peach-100: #FEEEDD;
--peach-200: #FDE0BF;
--peach-300: #FBC88E;
--peach-400: #F9AB53;
--peach-500: #F79322;
--peach-600: #D97708;
--peach-700: #AC5F06;
--peach-800: #7B4404;
--peach-900: #4F2B03;
--peach-950: #311B02;
}