Peach
#F4B694
OrangeColor Codes
All color formats for development
HEX
#F4B694RGB
rgb(244, 182, 148)HSL
hsl(21, 81%, 77%)OKLCH
oklch(0.825 0.086 49.9)CMYK
cmyk(0%, 25%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F09E71
2#EC854E
3#E96D2A
4#D55916
5#B24A13
6#8E3B0F
7#6B2D0B
8#471E07
9#240F04
Tints
Lighter variations
1#F5BD9F
2#F6C5AA
3#F7CCB5
4#F8D3BF
5#F9DBCA
6#FBE2D5
7#FCE9DF
8#FDF0EA
9#FEF8F4
Tones
Muted variations
1#EFB89A
2#EAB99E
3#E6BAA3
4#E1BCA8
5#DCBDAD
6#D7BFB1
7#D3C0B6
8#CEC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE9 #FCE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D6 #F9D6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B6 #F4B695 | BordersInactive statesPlaceholder text |
| 400 | EE90 #EE905D | Disabled statesSecondary iconsMuted text |
| 500 | E970 #E9702F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB55 #CB5515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A244 #A24411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7330 #73300C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1F #4A1F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE9DF;
--peach-200: #F9D6C3;
--peach-300: #F4B695;
--peach-400: #EE905D;
--peach-500: #E9702F;
--peach-600: #CB5515;
--peach-700: #A24411;
--peach-800: #73300C;
--peach-900: #4A1F08;
--peach-950: #2E1305;
}