Peach
#F8AB91
OrangeColor Codes
All color formats for development
HEX
#F8AB91RGB
rgb(248, 171, 145)HSL
hsl(15, 88%, 77%)OKLCH
oklch(0.809 0.098 39.4)CMYK
cmyk(0%, 31%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F68E6C
2#F37247
3#F15622
4#DD420E
5#B9370C
6#942C09
7#6F2107
8#4A1605
9#250B02
Tints
Lighter variations
1#F9B39C
2#F9BBA7
3#FAC4B2
4#FBCCBD
5#FBD5C8
6#FCDDD3
7#FDE6DE
8#FEEEE9
9#FEF7F4
Tones
Muted variations
1#F3AD96
2#EEB09B
3#E8B2A0
4#E3B5A5
5#DEB7AB
6#D9BAB0
7#D4BDB5
8#CFBFBA
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCF #FBCFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AB #F8AB91 | BordersInactive statesPlaceholder text |
| 400 | F47E #F47E57 | Disabled statesSecondary iconsMuted text |
| 500 | F15A #F15A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33F #D33F0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A832 #A8320B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7824 #782408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1705 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F1;
--peach-100: #FDE5DD;
--peach-200: #FBCFC1;
--peach-300: #F8AB91;
--peach-400: #F47E57;
--peach-500: #F15A27;
--peach-600: #D33F0D;
--peach-700: #A8320B;
--peach-800: #782408;
--peach-900: #4D1705;
--peach-950: #300E03;
}