Peach
#FAC88F
OrangeColor Codes
All color formats for development
HEX
#FAC88FRGB
rgb(250, 200, 143)HSL
hsl(32, 91%, 77%)OKLCH
oklch(0.864 0.093 69.8)CMYK
cmyk(0%, 20%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8B569
2#F6A344
3#F4911E
4#E17D0B
5#BC6809
6#965307
7#713E05
8#4B2A04
9#261502
Tints
Lighter variations
1#FACD9A
2#FBD3A5
3#FBD8B1
4#FCDEBC
5#FCE3C7
6#FDE9D2
7#FDEEDD
8#FEF4E9
9#FEF9F4
Tones
Muted variations
1#F4C894
2#EFC79A
3#EAC79F
4#E4C6A4
5#DFC6AA
6#DAC6AF
7#D4C5B4
8#CFC5BA
9#CAC5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEE #FDEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE0 #FCE0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC8 #FAC88F | BordersInactive statesPlaceholder text |
| 400 | F7AB #F7AB55 | Disabled statesSecondary iconsMuted text |
| 500 | F593 #F59324 | Primary brand colorCTAsActive elementsLinks |
| 600 | D677 #D6770A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA5F #AA5F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A44 #7A4406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B04 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F0;
--peach-100: #FDEEDD;
--peach-200: #FCE0C0;
--peach-300: #FAC88F;
--peach-400: #F7AB55;
--peach-500: #F59324;
--peach-600: #D6770A;
--peach-700: #AA5F08;
--peach-800: #7A4406;
--peach-900: #4E2B04;
--peach-950: #311B02;
}