Peach
#F6B792
OrangeColor Codes
All color formats for development
HEX
#F6B792RGB
rgb(246, 183, 146)HSL
hsl(22, 85%, 77%)OKLCH
oklch(0.829 0.089 51.5)CMYK
cmyk(0%, 26%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F39F6E
2#F0874A
3#ED6F26
4#DA5B12
5#B64C0F
6#913D0C
7#6D2E09
8#491E06
9#240F03
Tints
Lighter variations
1#F7BE9D
2#F8C5A8
3#F9CDB3
4#FAD4BE
5#FBDBC9
6#FBE2D4
7#FCE9DE
8#FDF1E9
9#FEF8F4
Tones
Muted variations
1#F1B897
2#ECBA9C
3#E7BBA1
4#E2BCA6
5#DDBEAB
6#D8BFB0
7#D3C0B5
8#CEC2BA
9#C9C3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE9 #FCE9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAD6 #FAD6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6B7 #F6B792 | BordersInactive statesPlaceholder text |
| 400 | F292 #F2925A | Disabled statesSecondary iconsMuted text |
| 500 | EE72 #EE722B | Primary brand colorCTAsActive elementsLinks |
| 600 | D057 #D05711 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A545 #A5450D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7631 #76310A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B20 #4B2006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F14 #2F1404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F1;
--peach-100: #FCE9DE;
--peach-200: #FAD6C2;
--peach-300: #F6B792;
--peach-400: #F2925A;
--peach-500: #EE722B;
--peach-600: #D05711;
--peach-700: #A5450D;
--peach-800: #76310A;
--peach-900: #4B2006;
--peach-950: #2F1404;
}