Peach
#F8D291
OrangeColor Codes
All color formats for development
HEX
#F8D291RGB
rgb(248, 210, 145)HSL
hsl(38, 88%, 77%)OKLCH
oklch(0.882 0.093 80.5)CMYK
cmyk(0%, 15%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6C36C
2#F3B447
3#F1A522
4#DD910E
5#B9790C
6#946109
7#6F4907
8#4A3005
9#251802
Tints
Lighter variations
1#F9D79C
2#F9DBA7
3#FAE0B2
4#FBE4BD
5#FBE9C8
6#FCEDD3
7#FDF2DE
8#FEF6E9
9#FEFBF4
Tones
Muted variations
1#F3D196
2#EECF9B
3#E8CEA0
4#E3CDA5
5#DECBAB
6#D9CAB0
7#D4C8B5
8#CFC7BA
9#CAC6BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE6 #FBE6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D2 #F8D291 | BordersInactive statesPlaceholder text |
| 400 | F4BB #F4BB57 | Disabled statesSecondary iconsMuted text |
| 500 | F1A7 #F1A727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38B #D38B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86E #A86E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784F #784F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D32 #4D3205 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FDF1DD;
--peach-200: #FBE6C1;
--peach-300: #F8D291;
--peach-400: #F4BB57;
--peach-500: #F1A727;
--peach-600: #D38B0D;
--peach-700: #A86E0B;
--peach-800: #784F08;
--peach-900: #4D3205;
--peach-950: #301F03;
}