Peach
#F6CE92
OrangeColor Codes
All color formats for development
HEX
#F6CE92RGB
rgb(246, 206, 146)HSL
hsl(36, 85%, 77%)OKLCH
oklch(0.872 0.089 77.3)CMYK
cmyk(0%, 16%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3BE6E
2#F0AE4A
3#ED9D26
4#DA8A12
5#B6730F
6#915C0C
7#6D4509
8#492E06
9#241703
Tints
Lighter variations
1#F7D39D
2#F8D8A8
3#F9DDB3
4#FAE2BE
5#FBE7C9
6#FBECD4
7#FCF0DE
8#FDF5E9
9#FEFAF4
Tones
Muted variations
1#F1CD97
2#ECCC9C
3#E7CBA1
4#E2CAA6
5#DDC9AB
6#D8C8B0
7#D3C7B5
8#CEC6BA
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE3 #FAE3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6CE #F6CE92 | BordersInactive statesPlaceholder text |
| 400 | F2B5 #F2B55A | Disabled statesSecondary iconsMuted text |
| 500 | EEA0 #EEA02B | Primary brand colorCTAsActive elementsLinks |
| 600 | D083 #D08311 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A568 #A5680D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764B #764B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B30 #4B3006 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF0DE;
--peach-200: #FAE3C2;
--peach-300: #F6CE92;
--peach-400: #F2B55A;
--peach-500: #EEA02B;
--peach-600: #D08311;
--peach-700: #A5680D;
--peach-800: #764B0A;
--peach-900: #4B3006;
--peach-950: #2F1E04;
}