Peach
#F8C191
OrangeColor Codes
All color formats for development
HEX
#F8C191RGB
rgb(248, 193, 145)HSL
hsl(28, 88%, 77%)OKLCH
oklch(0.849 0.089 62.3)CMYK
cmyk(0%, 22%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6AC6C
2#F39747
3#F18322
4#DD6F0E
5#B95C0C
6#944A09
7#6F3707
8#4A2505
9#251202
Tints
Lighter variations
1#F9C79C
2#F9CDA7
3#FAD4B2
4#FBDABD
5#FBE0C8
6#FCE6D3
7#FDECDE
8#FEF3E9
9#FEF9F4
Tones
Muted variations
1#F3C196
2#EEC29B
3#E8C2A0
4#E3C2A5
5#DEC3AB
6#D9C3B0
7#D4C3B5
8#CFC4BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDC #FBDCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C1 #F8C191 | BordersInactive statesPlaceholder text |
| 400 | F4A1 #F4A157 | Disabled statesSecondary iconsMuted text |
| 500 | F186 #F18627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D36A #D36A0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A854 #A8540B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783C #783C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D26 #4D2605 | Primary textHigh emphasis contentDark headings |
| 950 | 3018 #301803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F1;
--peach-100: #FDECDD;
--peach-200: #FBDCC1;
--peach-300: #F8C191;
--peach-400: #F4A157;
--peach-500: #F18627;
--peach-600: #D36A0D;
--peach-700: #A8540B;
--peach-800: #783C08;
--peach-900: #4D2605;
--peach-950: #301803;
}