Peach
#F3BB96
OrangeColor Codes
All color formats for development
HEX
#F3BB96RGB
rgb(243, 187, 150)HSL
hsl(24, 79%, 77%)OKLCH
oklch(0.834 0.082 54.8)CMYK
cmyk(0%, 23%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA473
2#EA8E50
3#E6772D
4#D36319
5#B05315
6#8D4210
7#69320C
8#462108
9#231104
Tints
Lighter variations
1#F4C2A1
2#F5C9AB
3#F6CFB6
4#F8D6C0
5#F9DDCB
6#FAE4D5
7#FBEBE0
8#FDF1EA
9#FEF8F5
Tones
Muted variations
1#EEBC9B
2#E9BD9F
3#E5BEA4
4#E0BFA9
5#DCC0AD
6#D7C1B2
7#D2C2B6
8#CEC2BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D9 #F8D9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3BB #F3BB96 | BordersInactive statesPlaceholder text |
| 400 | EC98 #EC985F | Disabled statesSecondary iconsMuted text |
| 500 | E77A #E77A32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C95E #C95E18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A04B #A04B13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7236 #72360D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4922 #492209 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBEADF;
--peach-200: #F8D9C4;
--peach-300: #F3BB96;
--peach-400: #EC985F;
--peach-500: #E77A32;
--peach-600: #C95E18;
--peach-700: #A04B13;
--peach-800: #72360D;
--peach-900: #492209;
--peach-950: #2E1505;
}