Peach
#FFBE8A
OrangeColor Codes
All color formats for development
HEX
#FFBE8ARGB
rgb(255, 190, 138)HSL
hsl(27, 100%, 77%)OKLCH
oklch(0.85 0.101 59.5)CMYK
cmyk(0%, 25%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA962
2#FF933B
3#FF7E14
4#EC6A00
5#C45800
6#9D4700
7#763500
8#4F2300
9#271200
Tints
Lighter variations
1#FFC595
2#FFCBA1
3#FFD2AD
4#FFD8B9
5#FFDFC4
6#FFE5D0
7#FFECDC
8#FFF2E8
9#FFF9F3
Tones
Muted variations
1#F9BF90
2#F3C095
3#EDC09B
4#E8C1A1
5#E2C1A7
6#DCC2AD
7#D6C3B3
8#D0C3B9
9#CAC4BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDB #FFDBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBE #FFBE8A | BordersInactive statesPlaceholder text |
| 400 | FF9D #FF9D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF81 #FF811A | Primary brand colorCTAsActive elementsLinks |
| 600 | E065 #E06500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B350 #B35000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8039 #803900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5225 #522500 | Primary textHigh emphasis contentDark headings |
| 950 | 3317 #331700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF7F0;
--peach-100: #FFEBDB;
--peach-200: #FFDBBD;
--peach-300: #FFBE8A;
--peach-400: #FF9D4D;
--peach-500: #FF811A;
--peach-600: #E06500;
--peach-700: #B35000;
--peach-800: #803900;
--peach-900: #522500;
--peach-950: #331700;
}