Peach
#F4CE95
OrangeColor Codes
All color formats for development
HEX
#F4CE95RGB
rgb(244, 206, 149)HSL
hsl(36, 81%, 77%)OKLCH
oklch(0.871 0.085 77.4)CMYK
cmyk(0%, 16%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0BD71
2#ECAD4E
3#E99C2A
4#D58916
5#B27213
6#8E5B0F
7#6B440B
8#472E07
9#241704
Tints
Lighter variations
1#F5D39F
2#F6D8AA
3#F7DDB5
4#F8E2BF
5#F9E6CA
6#FBEBD5
7#FCF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCD9A
2#EACC9E
3#E6CBA3
4#E1CAA8
5#DCC9AD
6#D7C8B1
7#D3C7B6
8#CEC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E3 #F9E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CE #F4CE95 | BordersInactive statesPlaceholder text |
| 400 | EEB4 #EEB45D | Disabled statesSecondary iconsMuted text |
| 500 | E99F #E99F2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB82 #CB8215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A268 #A26811 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734A #734A0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2F #4A2F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF0DF;
--peach-200: #F9E3C3;
--peach-300: #F4CE95;
--peach-400: #EEB45D;
--peach-500: #E99F2F;
--peach-600: #CB8215;
--peach-700: #A26811;
--peach-800: #734A0C;
--peach-900: #4A2F08;
--peach-950: #2E1E05;
}