Peach
#F1C498
OrangeColor Codes
All color formats for development
HEX
#F1C498RGB
rgb(241, 196, 152)HSL
hsl(30, 76%, 77%)OKLCH
oklch(0.849 0.077 65.8)CMYK
cmyk(0%, 19%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECB175
2#E79D53
3#E38930
4#CF761C
5#AD6218
6#8A4F13
7#683B0E
8#452709
9#231405
Tints
Lighter variations
1#F2CAA2
2#F4D0AC
3#F5D6B7
4#F7DCC1
5#F8E2CB
6#F9E8D6
7#FBEDE0
8#FCF3EA
9#FEF9F5
Tones
Muted variations
1#ECC49C
2#E8C4A1
3#E4C4A5
4#DFC4AA
5#DBC4AE
6#D6C4B3
7#D2C4B7
8#CDC4BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBED #FBEDE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DE #F7DEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C4 #F1C498 | BordersInactive statesPlaceholder text |
| 400 | EAA6 #EAA662 | Disabled statesSecondary iconsMuted text |
| 500 | E38C #E38C35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C570 #C5701B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D59 #9D5915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7040 #70400F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4829 #48290A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1A #2D1A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F2;
--peach-100: #FBEDE0;
--peach-200: #F7DEC5;
--peach-300: #F1C498;
--peach-400: #EAA662;
--peach-500: #E38C35;
--peach-600: #C5701B;
--peach-700: #9D5915;
--peach-800: #70400F;
--peach-900: #48290A;
--peach-950: #2D1A06;
}