Peach
#F6B193
OrangeColor Codes
All color formats for development
HEX
#F6B193RGB
rgb(246, 177, 147)HSL
hsl(18, 85%, 77%)OKLCH
oklch(0.818 0.091 44.4)CMYK
cmyk(0%, 28%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3966E
2#F07C4A
3#ED6126
4#DA4E12
5#B6410F
6#91340C
7#6D2709
8#491A06
9#240D03
Tints
Lighter variations
1#F7B89D
2#F8C0A8
3#F9C8B3
4#FAD0BE
5#FBD8C9
6#FBE0D4
7#FCE7DE
8#FDEFE9
9#FEF7F4
Tones
Muted variations
1#F1B297
2#ECB49C
3#E7B6A1
4#E2B8A6
5#DDBAAB
6#D8BCB0
7#D3BEB5
8#CEC0BA
9#C9C2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAD3 #FAD3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6B0 #F6B092 | BordersInactive statesPlaceholder text |
| 400 | F287 #F2875A | Disabled statesSecondary iconsMuted text |
| 500 | EE65 #EE652B | Primary brand colorCTAsActive elementsLinks |
| 600 | D04A #D04A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A53B #A53B0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 762A #762A0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1B #4B1B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F11 #2F1104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE7DE;
--peach-200: #FAD3C2;
--peach-300: #F6B092;
--peach-400: #F2875A;
--peach-500: #EE652B;
--peach-600: #D04A11;
--peach-700: #A53B0D;
--peach-800: #762A0A;
--peach-900: #4B1B06;
--peach-950: #2F1104;
}