Peach
#FBAB8D
OrangeColor Codes
All color formats for development
HEX
#FBAB8DRGB
rgb(251, 171, 141)HSL
hsl(16, 93%, 77%)OKLCH
oklch(0.812 0.103 41.4)CMYK
cmyk(0%, 32%, 44%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA8F68
2#F87342
3#F7561C
4#E34308
5#BD3807
6#982C05
7#722104
8#4C1603
9#260B01
Tints
Lighter variations
1#FBB399
2#FCBCA4
3#FCC4B0
4#FDCDBB
5#FDD5C6
6#FDDDD2
7#FEE6DD
8#FEEEE8
9#FFF7F4
Tones
Muted variations
1#F5AD93
2#F0B099
3#EBB39E
4#E5B5A4
5#E0B8A9
6#DABAAF
7#D5BDB4
8#CFBFB9
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCF #FDCFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAB #FBAB8E | BordersInactive statesPlaceholder text |
| 400 | F97F #F97F53 | Disabled statesSecondary iconsMuted text |
| 500 | F75A #F75A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D940 #D94008 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC33 #AC3306 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B24 #7B2404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F17 #4F1703 | Primary textHigh emphasis contentDark headings |
| 950 | 310E #310E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F0;
--peach-100: #FEE5DD;
--peach-200: #FDCFBF;
--peach-300: #FBAB8E;
--peach-400: #F97F53;
--peach-500: #F75A22;
--peach-600: #D94008;
--peach-700: #AC3306;
--peach-800: #7B2404;
--peach-900: #4F1703;
--peach-950: #310E02;
}