Peach
#F5D194
OrangeColor Codes
All color formats for development
HEX
#F5D194RGB
rgb(245, 209, 148)HSL
hsl(38, 83%, 77%)OKLCH
oklch(0.877 0.088 80.4)CMYK
cmyk(0%, 15%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2C270
2#EEB34C
3#EBA328
4#D89014
5#B47811
6#90600D
7#6C480A
8#483007
9#241803
Tints
Lighter variations
1#F6D69E
2#F7DAA9
3#F8DFB4
4#F9E4BF
5#FAE8C9
6#FBEDD4
7#FCF1DF
8#FDF6EA
9#FEFAF4
Tones
Muted variations
1#F0D099
2#EBCF9D
3#E6CDA2
4#E2CCA7
5#DDCBAC
6#D8CAB1
7#D3C8B6
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 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D1 #F5D194 | BordersInactive statesPlaceholder text |
| 400 | F0BA #F0BA5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA6 #EBA62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD89 #CD8913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36D #A36D0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754E #754E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1F #2F1F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF1DE;
--peach-200: #F9E5C2;
--peach-300: #F5D194;
--peach-400: #F0BA5C;
--peach-500: #EBA62D;
--peach-600: #CD8913;
--peach-700: #A36D0F;
--peach-800: #754E0B;
--peach-900: #4B3207;
--peach-950: #2F1F04;
}