Peach
#FCA78D
RedColor Codes
All color formats for development
HEX
#FCA78DRGB
rgb(252, 167, 141)HSL
hsl(14, 95%, 77%)OKLCH
oklch(0.806 0.108 37.7)CMYK
cmyk(0%, 34%, 44%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB8966
2#FA6B40
3#F94E1A
4#E63A06
5#BF3005
6#992704
7#731D03
8#4D1302
9#260A01
Tints
Lighter variations
1#FCAF98
2#FDB8A4
3#FDC1AF
4#FDCABA
5#FED3C6
6#FEDCD1
7#FEE4DD
8#FEEDE8
9#FFF6F4
Tones
Muted variations
1#F6AA92
2#F1AD98
3#EBB09D
4#E6B3A3
5#E0B5A8
6#DBB8AE
7#D5BBB4
8#CFBEB9
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCD #FDCDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCA7 #FCA78D | BordersInactive statesPlaceholder text |
| 400 | FB79 #FB7951 | Disabled statesSecondary iconsMuted text |
| 500 | F952 #F9521F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB37 #DB3706 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE2C #AE2C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C1F #7C1F03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5014 #501402 | Primary textHigh emphasis contentDark headings |
| 950 | 320D #320D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF3F0;
--peach-100: #FEE4DC;
--peach-200: #FDCDBE;
--peach-300: #FCA78D;
--peach-400: #FB7951;
--peach-500: #F9521F;
--peach-600: #DB3706;
--peach-700: #AE2C04;
--peach-800: #7C1F03;
--peach-900: #501402;
--peach-950: #320D01;
}