Peach
#F3CF95
OrangeColor Codes
All color formats for development
HEX
#F3CF95RGB
rgb(243, 207, 149)HSL
hsl(37, 80%, 77%)OKLCH
oklch(0.872 0.085 79.2)CMYK
cmyk(0%, 15%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFBF72
2#EBAF4F
3#E79F2B
4#D48C18
5#B17514
6#8D5D10
7#6A460C
8#472F08
9#231704
Tints
Lighter variations
1#F4D4A0
2#F6D9AB
3#F7DEB5
4#F8E2C0
5#F9E7CA
6#FAECD5
7#FBF1DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCE9A
2#EACD9F
3#E5CCA4
4#E1CBA8
5#DCCAAD
6#D7C9B2
7#D2C8B6
8#CEC7BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E4 #F8E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CF #F3CF95 | BordersInactive statesPlaceholder text |
| 400 | EDB6 #EDB65E | Disabled statesSecondary iconsMuted text |
| 500 | E8A2 #E8A230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA85 #CA8516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16A #A16A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF0DF;
--peach-200: #F8E4C3;
--peach-300: #F3CF95;
--peach-400: #EDB65E;
--peach-500: #E8A230;
--peach-600: #CA8516;
--peach-700: #A16A12;
--peach-800: #734C0D;
--peach-900: #493008;
--peach-950: #2E1E05;
}