Peach
#F5C494
OrangeColor Codes
All color formats for development
HEX
#F5C494RGB
rgb(245, 196, 148)HSL
hsl(30, 83%, 77%)OKLCH
oklch(0.852 0.084 65.7)CMYK
cmyk(0%, 20%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B170
2#EE9D4C
3#EB8928
4#D87614
5#B46211
6#904F0D
7#6C3B0A
8#482707
9#241403
Tints
Lighter variations
1#F6CA9E
2#F7D0A9
3#F8D6B4
4#F9DCBF
5#FAE2C9
6#FBE8D4
7#FCEDDF
8#FDF3EA
9#FEF9F4
Tones
Muted variations
1#F0C499
2#EBC49D
3#E6C4A2
4#E2C4A7
5#DDC4AC
6#D8C4B1
7#D3C4B6
8#CEC4BB
9#C9C4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCED #FCEDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9DE #F9DEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5C4 #F5C494 | BordersInactive statesPlaceholder text |
| 400 | F0A6 #F0A65C | Disabled statesSecondary iconsMuted text |
| 500 | EB8C #EB8C2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD70 #CD7013 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A359 #A3590F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7540 #75400B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B29 #4B2907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1A #2F1A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F1;
--peach-100: #FCEDDE;
--peach-200: #F9DEC2;
--peach-300: #F5C494;
--peach-400: #F0A65C;
--peach-500: #EB8C2D;
--peach-600: #CD7013;
--peach-700: #A3590F;
--peach-800: #75400B;
--peach-900: #4B2907;
--peach-950: #2F1A04;
}