Peach
#F3B895
OrangeColor Codes
All color formats for development
HEX
#F3B895RGB
rgb(243, 184, 149)HSL
hsl(22, 80%, 77%)OKLCH
oklch(0.828 0.083 51.9)CMYK
cmyk(0%, 24%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA072
2#EB884F
3#E7702B
4#D45D18
5#B14D14
6#8D3E10
7#6A2E0C
8#471F08
9#230F04
Tints
Lighter variations
1#F4BFA0
2#F6C6AB
3#F7CDB5
4#F8D4C0
5#F9DBCA
6#FAE3D5
7#FBEADF
8#FDF1EA
9#FEF8F4
Tones
Muted variations
1#EFB99A
2#EABA9F
3#E5BCA4
4#E1BDA8
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 #F8D7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B8 #F3B895 | BordersInactive statesPlaceholder text |
| 400 | ED93 #ED935E | Disabled statesSecondary iconsMuted text |
| 500 | E874 #E87430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA58 #CA5816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A146 #A14612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7332 #73320D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4920 #492008 | 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: #F8D7C3;
--peach-300: #F3B895;
--peach-400: #ED935E;
--peach-500: #E87430;
--peach-600: #CA5816;
--peach-700: #A14612;
--peach-800: #73320D;
--peach-900: #492008;
--peach-950: #2E1405;
}