Peach
#FCA88D
OrangeColor Codes
All color formats for development
HEX
#FCA88DRGB
rgb(252, 168, 141)HSL
hsl(15, 95%, 77%)OKLCH
oklch(0.808 0.107 38.6)CMYK
cmyk(0%, 33%, 44%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FB8C66
2#FA6F40
3#F9521A
4#E63E06
5#BF3405
6#992904
7#731F03
8#4D1502
9#260A01
Tints
Lighter variations
1#FCB198
2#FDBAA4
3#FDC2AF
4#FDCBBA
5#FED4C6
6#FEDCD1
7#FEE5DD
8#FEEEE8
9#FFF6F4
Tones
Muted variations
1#F6AB92
2#F1AE98
3#EBB19D
4#E6B4A3
5#E0B6A8
6#DBB9AE
7#D5BCB4
8#CFBFB9
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE5 #FEE5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCE #FDCEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCA8 #FCA88D | BordersInactive statesPlaceholder text |
| 400 | FB7B #FB7B51 | Disabled statesSecondary iconsMuted text |
| 500 | F956 #F9561F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB3B #DB3B06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE2F #AE2F04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C21 #7C2103 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5015 #501502 | 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: #FFF4F0;
--peach-100: #FEE5DC;
--peach-200: #FDCEBE;
--peach-300: #FCA88D;
--peach-400: #FB7B51;
--peach-500: #F9561F;
--peach-600: #DB3B06;
--peach-700: #AE2F04;
--peach-800: #7C2103;
--peach-900: #501502;
--peach-950: #320D01;
}