Peach
#FBB08E
OrangeColor Codes
All color formats for development
HEX
#FBB08ERGB
rgb(251, 176, 142)HSL
hsl(19, 93%, 77%)OKLCH
oklch(0.821 0.1 45.3)CMYK
cmyk(0%, 30%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA9668
2#F87C42
3#F7611C
4#E34E08
5#BD4107
6#983405
7#722704
8#4C1A03
9#260D01
Tints
Lighter variations
1#FBB899
2#FCC0A4
3#FCC8B0
4#FDD0BB
5#FDD8C6
6#FDE0D2
7#FEE7DD
8#FEEFE8
9#FFF7F4
Tones
Muted variations
1#F5B293
2#F0B499
3#EBB69E
4#E5B8A4
5#E0BAA9
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 | FDD3 #FDD3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBB0 #FBB08E | BordersInactive statesPlaceholder text |
| 400 | F987 #F98753 | Disabled statesSecondary iconsMuted text |
| 500 | F765 #F76522 | Primary brand colorCTAsActive elementsLinks |
| 600 | D94A #D94A08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC3B #AC3B06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B2A #7B2A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F1B #4F1B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3111 #311102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F0;
--peach-100: #FEE7DD;
--peach-200: #FDD3BF;
--peach-300: #FBB08E;
--peach-400: #F98753;
--peach-500: #F76522;
--peach-600: #D94A08;
--peach-700: #AC3B06;
--peach-800: #7B2A04;
--peach-900: #4F1B03;
--peach-950: #311102;
}