Peach
#F1CA98
OrangeColor Codes
All color formats for development
HEX
#F1CA98RGB
rgb(241, 202, 152)HSL
hsl(34, 76%, 77%)OKLCH
oklch(0.861 0.079 73.4)CMYK
cmyk(0%, 16%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB975
2#E7A753
3#E39530
4#CF821C
5#AD6C18
6#8A5613
7#68410E
8#452B09
9#231605
Tints
Lighter variations
1#F2D0A2
2#F4D5AC
3#F5DAB7
4#F7DFC1
5#F8E5CB
6#F9EAD6
7#FBEFE0
8#FCF4EA
9#FEFAF5
Tones
Muted variations
1#ECCA9C
2#E8C9A1
3#E4C9A5
4#DFC8AA
5#DBC7AE
6#D6C7B3
7#D2C6B7
8#CDC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E1 #F7E1C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CA #F1CA98 | BordersInactive statesPlaceholder text |
| 400 | EAAF #EAAF62 | Disabled statesSecondary iconsMuted text |
| 500 | E398 #E39835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57C #C57C1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D62 #9D6215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7046 #70460F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482D #482D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F2;
--peach-100: #FBEFE0;
--peach-200: #F7E1C5;
--peach-300: #F1CA98;
--peach-400: #EAAF62;
--peach-500: #E39835;
--peach-600: #C57C1B;
--peach-700: #9D6215;
--peach-800: #70460F;
--peach-900: #482D0A;
--peach-950: #2D1C06;
}