Peach
#F3B695
OrangeColor Codes
All color formats for development
HEX
#F3B695RGB
rgb(243, 182, 149)HSL
hsl(21, 80%, 77%)OKLCH
oklch(0.824 0.084 49.6)CMYK
cmyk(0%, 25%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9E72
2#EB864F
3#E76D2B
4#D45A18
5#B14B14
6#8D3C10
7#6A2D0C
8#471E08
9#230F04
Tints
Lighter variations
1#F4BEA0
2#F6C5AB
3#F7CCB5
4#F8D3C0
5#F9DBCA
6#FAE2D5
7#FBE9DF
8#FDF0EA
9#FEF8F4
Tones
Muted variations
1#EFB89A
2#EAB99F
3#E5BAA4
4#E1BCA8
5#DCBDAD
6#D7BFB2
7#D2C0B6
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 | F8D6 #F8D6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B6 #F3B695 | BordersInactive statesPlaceholder text |
| 400 | ED90 #ED905E | Disabled statesSecondary iconsMuted text |
| 500 | E871 #E87130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA55 #CA5516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A144 #A14412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7330 #73300D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBE9DF;
--peach-200: #F8D6C3;
--peach-300: #F3B695;
--peach-400: #ED905E;
--peach-500: #E87130;
--peach-600: #CA5516;
--peach-700: #A14412;
--peach-800: #73300D;
--peach-900: #491F08;
--peach-950: #2E1305;
}