Peach
#F3B896
OrangeColor Codes
All color formats for development
HEX
#F3B896RGB
rgb(243, 184, 150)HSL
hsl(22, 79%, 77%)OKLCH
oklch(0.828 0.083 51.2)CMYK
cmyk(0%, 24%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA073
2#EA8850
3#E6712D
4#D35D19
5#B04D15
6#8D3E10
7#692E0C
8#461F08
9#230F04
Tints
Lighter variations
1#F4BFA1
2#F5C6AB
3#F6CDB6
4#F8D4C0
5#F9DBCB
6#FAE3D5
7#FBEAE0
8#FDF1EA
9#FEF8F5
Tones
Muted variations
1#EEB99B
2#E9BA9F
3#E5BCA4
4#E0BDA9
5#DCBEAD
6#D7BFB2
7#D2C1B6
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 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D7 #F8D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B8 #F3B896 | BordersInactive statesPlaceholder text |
| 400 | EC93 #EC935F | Disabled statesSecondary iconsMuted text |
| 500 | E774 #E77432 | Primary brand colorCTAsActive elementsLinks |
| 600 | C959 #C95918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A046 #A04613 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7232 #72320D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4920 #492009 | Primary textHigh emphasis contentDark headings |
| 950 | 2E14 #2E1405 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBE9DF;
--peach-200: #F8D7C4;
--peach-300: #F3B896;
--peach-400: #EC935F;
--peach-500: #E77432;
--peach-600: #C95918;
--peach-700: #A04613;
--peach-800: #72320D;
--peach-900: #492009;
--peach-950: #2E1405;
}