Peach
#FFBD8A
OrangeColor Codes
All color formats for development
HEX
#FFBD8ARGB
rgb(255, 189, 138)HSL
hsl(26, 100%, 77%)OKLCH
oklch(0.848 0.101 58.6)CMYK
cmyk(0%, 26%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFA662
2#FF903B
3#FF7A14
4#EC6600
5#C45500
6#9D4400
7#763300
8#4F2200
9#271100
Tints
Lighter variations
1#FFC395
2#FFCAA1
3#FFD0AD
4#FFD7B9
5#FFDEC4
6#FFE4D0
7#FFEBDC
8#FFF2E8
9#FFF8F3
Tones
Muted variations
1#F9BD90
2#F3BE95
3#EDBF9B
4#E8C0A1
5#E2C0A7
6#DCC1AD
7#D6C2B3
8#D0C3B9
9#CAC4BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD9 #FFD9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBD #FFBD8A | BordersInactive statesPlaceholder text |
| 400 | FF9A #FF9A4D | Disabled statesSecondary iconsMuted text |
| 500 | FF7D #FF7D1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E061 #E06100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34D #B34D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8037 #803700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5223 #522300 | Primary textHigh emphasis contentDark headings |
| 950 | 3316 #331600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF6F0;
--peach-100: #FFEBDB;
--peach-200: #FFD9BD;
--peach-300: #FFBD8A;
--peach-400: #FF9A4D;
--peach-500: #FF7D1A;
--peach-600: #E06100;
--peach-700: #B34D00;
--peach-800: #803700;
--peach-900: #522300;
--peach-950: #331600;
}