Peach
#FBAF8E
OrangeColor Codes
All color formats for development
HEX
#FBAF8ERGB
rgb(251, 175, 142)HSL
hsl(18, 93%, 77%)OKLCH
oklch(0.819 0.1 44.3)CMYK
cmyk(0%, 30%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA9468
2#F87942
3#F75E1C
4#E34A08
5#BD3E07
6#983105
7#722504
8#4C1903
9#260C01
Tints
Lighter variations
1#FBB799
2#FCBFA4
3#FCC7B0
4#FDCFBB
5#FDD7C6
6#FDDFD2
7#FEE7DD
8#FEEFE8
9#FFF7F4
Tones
Muted variations
1#F5B193
2#F0B399
3#EBB59E
4#E5B7A4
5#E0B9A9
6#DABCAF
7#D5BEB4
8#CFC0B9
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD2 #FDD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBAF #FBAF8E | BordersInactive statesPlaceholder text |
| 400 | F985 #F98553 | Disabled statesSecondary iconsMuted text |
| 500 | F762 #F76222 | Primary brand colorCTAsActive elementsLinks |
| 600 | D946 #D94608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC38 #AC3806 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B28 #7B2804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F1A #4F1A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F0;
--peach-100: #FEE7DD;
--peach-200: #FDD2BF;
--peach-300: #FBAF8E;
--peach-400: #F98553;
--peach-500: #F76222;
--peach-600: #D94608;
--peach-700: #AC3806;
--peach-800: #7B2804;
--peach-900: #4F1A03;
--peach-950: #311002;
}