Peach
#F4D195
OrangeColor Codes
All color formats for development
HEX
#F4D195RGB
rgb(244, 209, 149)HSL
hsl(38, 81%, 77%)OKLCH
oklch(0.877 0.086 80.7)CMYK
cmyk(0%, 14%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0C271
2#ECB24E
3#E9A32A
4#D58F16
5#B27713
6#8E600F
7#6B480B
8#473007
9#241804
Tints
Lighter variations
1#F5D69F
2#F6DAAA
3#F7DFB5
4#F8E3BF
5#F9E8CA
6#FBEDD5
7#FCF1DF
8#FDF6EA
9#FEFAF4
Tones
Muted variations
1#EFD09A
2#EACE9E
3#E6CDA3
4#E1CCA8
5#DCCBAD
6#D7C9B1
7#D3C8B6
8#CEC7BB
9#C9C6C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D195 | BordersInactive statesPlaceholder text |
| 400 | EEB9 #EEB95D | Disabled statesSecondary iconsMuted text |
| 500 | E9A5 #E9A52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB88 #CB8815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734E #734E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF1DF;
--peach-200: #F9E5C3;
--peach-300: #F4D195;
--peach-400: #EEB95D;
--peach-500: #E9A52F;
--peach-600: #CB8815;
--peach-700: #A26D11;
--peach-800: #734E0C;
--peach-900: #4A3208;
--peach-950: #2E1F05;
}