Peach
#F9C890
OrangeColor Codes
All color formats for development
HEX
#F9C890RGB
rgb(249, 200, 144)HSL
hsl(32, 90%, 77%)OKLCH
oklch(0.863 0.091 69.9)CMYK
cmyk(0%, 20%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7B56A
2#F5A345
3#F39020
4#E07D0C
5#BB680A
6#955308
7#703E06
8#4B2A04
9#251502
Tints
Lighter variations
1#FACD9B
2#FAD3A6
3#FBD8B1
4#FBDEBC
5#FCE3C7
6#FDE9D2
7#FDEEDE
8#FEF4E9
9#FEF9F4
Tones
Muted variations
1#F4C895
2#EFC79A
3#E9C79F
4#E4C6A5
5#DFC6AA
6#D9C6AF
7#D4C5B5
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 | F9C8 #F9C890 | BordersInactive statesPlaceholder text |
| 400 | F6AB #F6AB55 | Disabled statesSecondary iconsMuted text |
| 500 | F493 #F49325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D577 #D5770B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA5F #AA5F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7944 #794406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B04 | Primary textHigh emphasis contentDark headings |
| 950 | 301B #301B03 | 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: #F9C890;
--peach-400: #F6AB55;
--peach-500: #F49325;
--peach-600: #D5770B;
--peach-700: #AA5F09;
--peach-800: #794406;
--peach-900: #4E2B04;
--peach-950: #301B03;
}