Peach
#FFBB8A
OrangeColor Codes
All color formats for development
HEX
#FFBB8ARGB
rgb(255, 187, 138)HSL
hsl(25, 100%, 77%)OKLCH
oklch(0.844 0.101 56.6)CMYK
cmyk(0%, 27%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA462
2#FF8D3B
3#FF7614
4#EC6200
5#C45200
6#9D4100
7#763100
8#4F2100
9#271000
Tints
Lighter variations
1#FFC195
2#FFC8A1
3#FFCFAD
4#FFD6B9
5#FFDDC4
6#FFE4D0
7#FFEADC
8#FFF1E8
9#FFF8F3
Tones
Muted variations
1#F9BC90
2#F3BD95
3#EDBE9B
4#E8BEA1
5#E2BFA7
6#DCC0AD
7#D6C1B3
8#D0C2B9
9#CAC3BE
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;
}