Peach
#F8CD91
OrangeColor Codes
All color formats for development
HEX
#F8CD91RGB
rgb(248, 205, 145)HSL
hsl(35, 88%, 77%)OKLCH
oklch(0.872 0.091 75.4)CMYK
cmyk(0%, 17%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6BC6C
2#F3AB47
3#F19B22
4#DD870E
5#B9710C
6#945A09
7#6F4407
8#4A2D05
9#251702
Tints
Lighter variations
1#F9D29C
2#F9D7A7
3#FADCB2
4#FBE1BD
5#FBE6C8
6#FCEBD3
7#FDF0DE
8#FEF5E9
9#FEFAF4
Tones
Muted variations
1#F3CC96
2#EECB9B
3#E8CAA0
4#E3CAA5
5#DEC9AB
6#D9C8B0
7#D4C7B5
8#CFC6BA
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE3 #FBE3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CD #F8CD91 | BordersInactive statesPlaceholder text |
| 400 | F4B3 #F4B357 | Disabled statesSecondary iconsMuted text |
| 500 | F19D #F19D27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D381 #D3810D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A866 #A8660B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7849 #784908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2F #4D2F05 | Primary textHigh emphasis contentDark headings |
| 950 | 301D #301D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FDF0DD;
--peach-200: #FBE3C1;
--peach-300: #F8CD91;
--peach-400: #F4B357;
--peach-500: #F19D27;
--peach-600: #D3810D;
--peach-700: #A8660B;
--peach-800: #784908;
--peach-900: #4D2F05;
--peach-950: #301D03;
}