Peach
#F8B891
OrangeColor Codes
All color formats for development
HEX
#F8B891RGB
rgb(248, 184, 145)HSL
hsl(23, 88%, 77%)OKLCH
oklch(0.833 0.091 52.5)CMYK
cmyk(0%, 26%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6A16C
2#F38947
3#F17122
4#DD5E0E
5#B94E0C
6#943E09
7#6F2F07
8#4A1F05
9#251002
Tints
Lighter variations
1#F9BF9C
2#F9C6A7
3#FACEB2
4#FBD5BD
5#FBDCC8
6#FCE3D3
7#FDEADE
8#FEF1E9
9#FEF8F4
Tones
Muted variations
1#F3BA96
2#EEBB9B
3#E8BCA0
4#E3BDA5
5#DEBEAB
6#D9C0B0
7#D4C1B5
8#CFC2BA
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD7 #FBD7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B8 #F8B891 | BordersInactive statesPlaceholder text |
| 400 | F493 #F49357 | Disabled statesSecondary iconsMuted text |
| 500 | F175 #F17527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D359 #D3590D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A847 #A8470B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7833 #783308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D20 #4D2005 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F1;
--peach-100: #FDE9DD;
--peach-200: #FBD7C1;
--peach-300: #F8B891;
--peach-400: #F49357;
--peach-500: #F17527;
--peach-600: #D3590D;
--peach-700: #A8470B;
--peach-800: #783308;
--peach-900: #4D2005;
--peach-950: #301403;
}