Peach
#F8B191
OrangeColor Codes
All color formats for development
HEX
#F8B191RGB
rgb(248, 177, 145)HSL
hsl(19, 88%, 77%)OKLCH
oklch(0.82 0.094 45.2)CMYK
cmyk(0%, 29%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6976C
2#F37D47
3#F16422
4#DD500E
5#B9420C
6#943509
7#6F2807
8#4A1B05
9#250D02
Tints
Lighter variations
1#F9B99C
2#F9C1A7
3#FAC9B2
4#FBD0BD
5#FBD8C8
6#FCE0D3
7#FDE8DE
8#FEEFE9
9#FEF7F4
Tones
Muted variations
1#F3B396
2#EEB59B
3#E8B7A0
4#E3B9A5
5#DEBBAB
6#D9BDB0
7#D4BFB5
8#CFC1BA
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD3 #FBD3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B1 #F8B191 | BordersInactive statesPlaceholder text |
| 400 | F489 #F48957 | Disabled statesSecondary iconsMuted text |
| 500 | F167 #F16727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D34C #D34C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A83C #A83C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1C #4D1C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FDE7DD;
--peach-200: #FBD3C1;
--peach-300: #F8B191;
--peach-400: #F48957;
--peach-500: #F16727;
--peach-600: #D34C0D;
--peach-700: #A83C0B;
--peach-800: #782B08;
--peach-900: #4D1C05;
--peach-950: #301103;
}