Peach
#F1CC98
OrangeColor Codes
All color formats for development
HEX
#F1CC98RGB
rgb(241, 204, 152)HSL
hsl(35, 76%, 77%)OKLCH
oklch(0.865 0.079 75.8)CMYK
cmyk(0%, 15%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECBB75
2#E7A953
3#E39830
4#CF851C
5#AD6F18
6#8A5813
7#68420E
8#452C09
9#231605
Tints
Lighter variations
1#F2D1A2
2#F4D6AC
3#F5DBB7
4#F7E0C1
5#F8E5CB
6#F9EBD6
7#FBF0E0
8#FCF5EA
9#FEFAF5
Tones
Muted variations
1#ECCB9C
2#E8CAA1
3#E4CAA5
4#DFC9AA
5#DBC8AE
6#D6C7B3
7#D2C7B7
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 | F7E2 #F7E2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CC #F1CC98 | BordersInactive statesPlaceholder text |
| 400 | EAB1 #EAB162 | Disabled statesSecondary iconsMuted text |
| 500 | E39B #E39B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C57E #C57E1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D65 #9D6515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7048 #70480F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482E #482E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F2;
--peach-100: #FBEFE0;
--peach-200: #F7E2C5;
--peach-300: #F1CC98;
--peach-400: #EAB162;
--peach-500: #E39B35;
--peach-600: #C57E1B;
--peach-700: #9D6515;
--peach-800: #70480F;
--peach-900: #482E0A;
--peach-950: #2D1D06;
}