Peach
#F4B994
OrangeColor Codes
All color formats for development
HEX
#F4B994RGB
rgb(244, 185, 148)HSL
hsl(23, 81%, 77%)OKLCH
oklch(0.831 0.085 53.3)CMYK
cmyk(0%, 24%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0A271
2#EC8B4E
3#E9732A
4#D56016
5#B25013
6#8E400F
7#6B300B
8#472007
9#241004
Tints
Lighter variations
1#F5C09F
2#F6C7AA
3#F7CEB5
4#F8D5BF
5#F9DCCA
6#FBE3D5
7#FCEADF
8#FDF1EA
9#FEF8F4
Tones
Muted variations
1#EFBA9A
2#EABB9E
3#E6BDA3
4#E1BEA8
5#DCBFAD
6#D7C0B1
7#D3C1B6
8#CEC2BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEA #FCEADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D8 #F9D8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B9 #F4B995 | BordersInactive statesPlaceholder text |
| 400 | EE95 #EE955D | Disabled statesSecondary iconsMuted text |
| 500 | E977 #E9772F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB5B #CB5B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A248 #A24811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7334 #73340C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A21 #4A2108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E15 #2E1505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F1;
--peach-100: #FCEADF;
--peach-200: #F9D8C3;
--peach-300: #F4B995;
--peach-400: #EE955D;
--peach-500: #E9772F;
--peach-600: #CB5B15;
--peach-700: #A24811;
--peach-800: #73340C;
--peach-900: #4A2108;
--peach-950: #2E1505;
}