Peach
#F4B094
OrangeColor Codes
All color formats for development
HEX
#F4B094RGB
rgb(244, 176, 148)HSL
hsl(17, 81%, 77%)OKLCH
oklch(0.814 0.089 43.3)CMYK
cmyk(0%, 28%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F09571
2#EC7B4E
3#E9602A
4#D54C16
5#B24013
6#8E330F
7#6B260B
8#471907
9#240D04
Tints
Lighter variations
1#F5B89F
2#F6C0AA
3#F7C8B5
4#F8CFBF
5#F9D7CA
6#FBDFD5
7#FCE7DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFB29A
2#EAB49E
3#E6B6A3
4#E1B8A8
5#DCBAAD
6#D7BCB1
7#D3BEB6
8#CEC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D2 #F9D2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B0 #F4B095 | BordersInactive statesPlaceholder text |
| 400 | EE86 #EE865D | Disabled statesSecondary iconsMuted text |
| 500 | E964 #E9642F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB49 #CB4915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A23A #A23A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7329 #73290C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1A #4A1A08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E11 #2E1105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE7DF;
--peach-200: #F9D2C3;
--peach-300: #F4B095;
--peach-400: #EE865D;
--peach-500: #E9642F;
--peach-600: #CB4915;
--peach-700: #A23A11;
--peach-800: #73290C;
--peach-900: #4A1A08;
--peach-950: #2E1105;
}