Peach
#F4AD95
OrangeColor Codes
All color formats for development
HEX
#F4AD95RGB
rgb(244, 173, 149)HSL
hsl(15, 81%, 77%)OKLCH
oklch(0.809 0.09 39.5)CMYK
cmyk(0%, 29%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F09171
2#EC754E
3#E95A2A
4#D54616
5#B23A13
6#8E2F0F
7#6B230B
8#471707
9#240C04
Tints
Lighter variations
1#F5B59F
2#F6BDAA
3#F7C5B5
4#F8CEBF
5#F9D6CA
6#FBDED5
7#FCE6DF
8#FDEFEA
9#FEF7F4
Tones
Muted variations
1#EFAF9A
2#EAB19E
3#E6B4A3
4#E1B6A8
5#DCB8AD
6#D7BBB1
7#D3BDB6
8#CEC0BB
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D0 #F9D0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4AD #F4AD95 | BordersInactive statesPlaceholder text |
| 400 | EE82 #EE825D | Disabled statesSecondary iconsMuted text |
| 500 | E95E #E95E2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB43 #CB4315 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A235 #A23511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7326 #73260C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A18 #4A1808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F1;
--peach-100: #FCE6DF;
--peach-200: #F9D0C3;
--peach-300: #F4AD95;
--peach-400: #EE825D;
--peach-500: #E95E2F;
--peach-600: #CB4315;
--peach-700: #A23511;
--peach-800: #73260C;
--peach-900: #4A1808;
--peach-950: #2E0F05;
}