Peach
#F6AC93
OrangeColor Codes
All color formats for development
HEX
#F6AC93RGB
rgb(246, 172, 147)HSL
hsl(15, 85%, 77%)OKLCH
oklch(0.809 0.094 39.4)CMYK
cmyk(0%, 30%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F38F6E
2#F0734A
3#ED5726
4#DA4412
5#B6380F
6#912D0C
7#6D2209
8#491706
9#240B03
Tints
Lighter variations
1#F7B49D
2#F8BCA8
3#F9C4B3
4#FACDBE
5#FBD5C9
6#FBDED4
7#FCE6DE
8#FDEEE9
9#FEF7F4
Tones
Muted variations
1#F1AE97
2#ECB09C
3#E7B3A1
4#E2B5A6
5#DDB8AB
6#D8BAB0
7#D3BDB5
8#CEBFBA
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAD0 #FAD0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6AB #F6AB92 | BordersInactive statesPlaceholder text |
| 400 | F280 #F2805A | Disabled statesSecondary iconsMuted text |
| 500 | EE5B #EE5B2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D041 #D04111 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A533 #A5330D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7625 #76250A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B17 #4B1706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F0F #2F0F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F1;
--peach-100: #FCE6DE;
--peach-200: #FAD0C2;
--peach-300: #F6AB92;
--peach-400: #F2805A;
--peach-500: #EE5B2B;
--peach-600: #D04111;
--peach-700: #A5330D;
--peach-800: #76250A;
--peach-900: #4B1706;
--peach-950: #2F0F04;
}