Peach
#F8C891
OrangeColor Codes
All color formats for development
HEX
#F8C891RGB
rgb(248, 200, 145)HSL
hsl(32, 88%, 77%)OKLCH
oklch(0.862 0.089 70)CMYK
cmyk(0%, 19%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B56C
2#F3A347
3#F19022
4#DD7D0E
5#B9680C
6#945309
7#6F3E07
8#4A2A05
9#251502
Tints
Lighter variations
1#F9CD9C
2#F9D3A7
3#FAD8B2
4#FBDEBD
5#FBE3C8
6#FCE9D3
7#FDEEDE
8#FEF4E9
9#FEF9F4
Tones
Muted variations
1#F3C796
2#EEC79B
3#E8C7A0
4#E3C6A5
5#DEC6AB
6#D9C6B0
7#D4C5B5
8#CFC5BA
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE0 #FBE0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C8 #F8C891 | BordersInactive statesPlaceholder text |
| 400 | F4AB #F4AB57 | Disabled statesSecondary iconsMuted text |
| 500 | F193 #F19327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D377 #D3770D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A85E #A85E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7843 #784308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2B #4D2B05 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FDEEDD;
--peach-200: #FBE0C1;
--peach-300: #F8C891;
--peach-400: #F4AB57;
--peach-500: #F19327;
--peach-600: #D3770D;
--peach-700: #A85E0B;
--peach-800: #784308;
--peach-900: #4D2B05;
--peach-950: #301B03;
}