Peach
#F5D394
OrangeColor Codes
All color formats for development
HEX
#F5D394RGB
rgb(245, 211, 148)HSL
hsl(39, 83%, 77%)OKLCH
oklch(0.881 0.089 82.4)CMYK
cmyk(0%, 14%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C470
2#EEB54C
3#EBA728
4#D89314
5#B47B11
6#90620D
7#6C4A0A
8#483107
9#241903
Tints
Lighter variations
1#F6D79E
2#F7DCA9
3#F8E0B4
4#F9E5BF
5#FAE9C9
6#FBEDD4
7#FCF2DF
8#FDF6EA
9#FEFBF4
Tones
Muted variations
1#F0D199
2#EBD09D
3#E6CFA2
4#E2CDA7
5#DDCCAC
6#D8CAB1
7#D3C9B6
8#CEC7BB
9#C9C6BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF2DE;
--peach-200: #F9E6C2;
--peach-300: #F5D394;
--peach-400: #F0BC5C;
--peach-500: #EBA92D;
--peach-600: #CD8C13;
--peach-700: #A36F0F;
--peach-800: #75500B;
--peach-900: #4B3307;
--peach-950: #2F2004;
}