Peach
#F3B595
OrangeColor Codes
All color formats for development
HEX
#F3B595RGB
rgb(243, 181, 149)HSL
hsl(20, 80%, 77%)OKLCH
oklch(0.823 0.085 48.4)CMYK
cmyk(0%, 26%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9C72
2#EB834F
3#E76A2B
4#D45618
5#B14814
6#8D3A10
7#6A2B0C
8#471D08
9#230E04
Tints
Lighter variations
1#F4BCA0
2#F6C4AB
3#F7CBB5
4#F8D2C0
5#F9DACA
6#FAE1D5
7#FBE9DF
8#FDF0EA
9#FEF8F4
Tones
Muted variations
1#EFB69A
2#EAB89F
3#E5B9A4
4#E1BBA8
5#DCBDAD
6#D7BEB2
7#D2C0B6
8#CEC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D5 #F8D5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B5 #F3B595 | BordersInactive statesPlaceholder text |
| 400 | ED8E #ED8E5E | Disabled statesSecondary iconsMuted text |
| 500 | E86E #E86E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA52 #CA5216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A141 #A14112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732F #732F0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491E #491E08 | 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: #FDF5F1;
--peach-100: #FBE8DF;
--peach-200: #F8D5C3;
--peach-300: #F3B595;
--peach-400: #ED8E5E;
--peach-500: #E86E30;
--peach-600: #CA5216;
--peach-700: #A14112;
--peach-800: #732F0D;
--peach-900: #491E08;
--peach-950: #2E1305;
}