Peach
#F3B995
OrangeColor Codes
All color formats for development
HEX
#F3B995RGB
rgb(243, 185, 149)HSL
hsl(23, 80%, 77%)OKLCH
oklch(0.83 0.083 53.1)CMYK
cmyk(0%, 24%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFA272
2#EB8B4F
3#E7742B
4#D46018
5#B15014
6#8D4010
7#6A300C
8#472008
9#231004
Tints
Lighter variations
1#F4C0A0
2#F6C7AB
3#F7CEB5
4#F8D5C0
5#F9DCCA
6#FAE3D5
7#FBEADF
8#FDF1EA
9#FEF8F4
Tones
Muted variations
1#EFBA9A
2#EABC9F
3#E5BDA4
4#E1BEA8
5#DCBFAD
6#D7C0B2
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 | FBEA #FBEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D8 #F8D8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B9 #F3B995 | BordersInactive statesPlaceholder text |
| 400 | ED95 #ED955E | Disabled statesSecondary iconsMuted text |
| 500 | E877 #E87730 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA5B #CA5B16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A149 #A14912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7334 #73340D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4921 #492108 | 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: #F8D8C3;
--peach-300: #F3B995;
--peach-400: #ED955E;
--peach-500: #E87730;
--peach-600: #CA5B16;
--peach-700: #A14912;
--peach-800: #73340D;
--peach-900: #492108;
--peach-950: #2E1505;
}