Peach
#FFD9BD
OrangeColor Codes
All color formats for development
HEX
#FFD9BDRGB
rgb(255, 217, 189)HSL
hsl(25, 100%, 87%)OKLCH
oklch(0.91 0.057 58.3)CMYK
cmyk(0%, 15%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFBE90
2#FFA564
3#FF8B38
4#FF710B
5#DE5C00
6#B14A00
7#853700
8#592500
9#2C1200
Tints
Lighter variations
1#FFDCC3
2#FFE0CA
3#FFE4D1
4#FFE8D7
5#FFECDE
6#FFF0E4
7#FFF3EB
8#FFF7F2
9#FFFBF8
Tones
Muted variations
1#FCD9C0
2#F8D9C3
3#F5DAC7
4#F2DBCA
5#EEDBCD
6#EBDCD1
7#E8DCD4
8#E4DDD7
9#E1DDDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD8 #FFD8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBB #FFBB8A | BordersInactive statesPlaceholder text |
| 400 | FF97 #FF974D | Disabled statesSecondary iconsMuted text |
| 500 | FF79 #FF791A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05E #E05E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34A #B34A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8035 #803500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5222 #522200 | Primary textHigh emphasis contentDark headings |
| 950 | 3315 #331500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF6F0;
--peach-100: #FFEADB;
--peach-200: #FFD8BD;
--peach-300: #FFBB8A;
--peach-400: #FF974D;
--peach-500: #FF791A;
--peach-600: #E05E00;
--peach-700: #B34A00;
--peach-800: #803500;
--peach-900: #522200;
--peach-950: #331500;
}