Peach
#F6D292
OrangeColor Codes
All color formats for development
HEX
#F6D292RGB
rgb(246, 210, 146)HSL
hsl(38, 85%, 77%)OKLCH
oklch(0.88 0.091 81.4)CMYK
cmyk(0%, 15%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3C26E
2#F0B34A
3#EDA426
4#DA9112
5#B6780F
6#91600C
7#6D4809
8#493006
9#241803
Tints
Lighter variations
1#F7D69D
2#F8DBA8
3#F9DFB3
4#FAE4BE
5#FBE8C9
6#FBEDD4
7#FCF1DE
8#FDF6E9
9#FEFAF4
Tones
Muted variations
1#F1D097
2#ECCF9C
3#E7CEA1
4#E2CCA6
5#DDCBAB
6#D8CAB0
7#D3C8B5
8#CEC7BA
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 | FAE5 #FAE5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D2 #F6D292 | BordersInactive statesPlaceholder text |
| 400 | F2BA #F2BA5A | Disabled statesSecondary iconsMuted text |
| 500 | EEA6 #EEA62B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08A #D08A11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A56D #A56D0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 764E #764E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B32 #4B3206 | 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: #FAE5C2;
--peach-300: #F6D292;
--peach-400: #F2BA5A;
--peach-500: #EEA62B;
--peach-600: #D08A11;
--peach-700: #A56D0D;
--peach-800: #764E0A;
--peach-900: #4B3206;
--peach-950: #2F1F04;
}