Peach
#F8CA91
OrangeColor Codes
All color formats for development
HEX
#F8CA91RGB
rgb(248, 202, 145)HSL
hsl(33, 88%, 77%)OKLCH
oklch(0.866 0.09 72.2)CMYK
cmyk(0%, 19%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6B86C
2#F3A647
3#F19422
4#DD800E
5#B96B0C
6#945509
7#6F4007
8#4A2B05
9#251502
Tints
Lighter variations
1#F9CF9C
2#F9D4A7
3#FADAB2
4#FBDFBD
5#FBE4C8
6#FCEAD3
7#FDEFDE
8#FEF4E9
9#FEFAF4
Tones
Muted variations
1#F3C996
2#EEC89B
3#E8C8A0
4#E3C7A5
5#DEC7AB
6#D9C6B0
7#D4C6B5
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 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE1 #FBE1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CA #F8CA91 | BordersInactive statesPlaceholder text |
| 400 | F4AE #F4AE57 | Disabled statesSecondary iconsMuted text |
| 500 | F196 #F19627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37A #D37A0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A861 #A8610B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7845 #784508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2C #4D2C05 | Primary textHigh emphasis contentDark headings |
| 950 | 301C #301C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FDEFDD;
--peach-200: #FBE1C1;
--peach-300: #F8CA91;
--peach-400: #F4AE57;
--peach-500: #F19627;
--peach-600: #D37A0D;
--peach-700: #A8610B;
--peach-800: #784508;
--peach-900: #4D2C05;
--peach-950: #301C03;
}