Peach
#F8CB91
OrangeColor Codes
All color formats for development
HEX
#F8CB91RGB
rgb(248, 203, 145)HSL
hsl(34, 88%, 77%)OKLCH
oklch(0.868 0.09 73.2)CMYK
cmyk(0%, 18%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6BA6C
2#F3A947
3#F19722
4#DD840E
5#B96E0C
6#945809
7#6F4207
8#4A2C05
9#251602
Tints
Lighter variations
1#F9D09C
2#F9D6A7
3#FADBB2
4#FBE0BD
5#FBE5C8
6#FCEAD3
7#FDEFDE
8#FEF5E9
9#FEFAF4
Tones
Muted variations
1#F3CB96
2#EECA9B
3#E8C9A0
4#E3C8A5
5#DEC8AB
6#D9C7B0
7#D4C6B5
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 | FDEF #FDEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE2 #FBE2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CB #F8CB91 | BordersInactive statesPlaceholder text |
| 400 | F4B0 #F4B057 | Disabled statesSecondary iconsMuted text |
| 500 | F19A #F19A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D37D #D37D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A864 #A8640B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7847 #784708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D2E #4D2E05 | 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: #FBE2C1;
--peach-300: #F8CB91;
--peach-400: #F4B057;
--peach-500: #F19A27;
--peach-600: #D37D0D;
--peach-700: #A8640B;
--peach-800: #784708;
--peach-900: #4D2E05;
--peach-950: #301C03;
}