Peach
#FFB18A
OrangeColor Codes
All color formats for development
HEX
#FFB18ARGB
rgb(255, 177, 138)HSL
hsl(20, 100%, 77%)OKLCH
oklch(0.826 0.106 47.4)CMYK
cmyk(0%, 31%, 46%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF9762
2#FF7C3B
3#FF6214
4#EC4F00
5#C44100
6#9D3400
7#762700
8#4F1A00
9#270D00
Tints
Lighter variations
1#FFB995
2#FFC0A1
3#FFC8AD
4#FFD0B9
5#FFD8C4
6#FFE0D0
7#FFE8DC
8#FFEFE8
9#FFF7F3
Tones
Muted variations
1#F9B390
2#F3B595
3#EDB79B
4#E8B9A1
5#E2BBA7
6#DCBDAD
7#D6BEB3
8#D0C0B9
9#CAC2BE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD3 #FFD3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB1 #FFB18A | BordersInactive statesPlaceholder text |
| 400 | FF88 #FF884D | Disabled statesSecondary iconsMuted text |
| 500 | FF66 #FF661A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04B #E04B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33B #B33B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802A #802A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521B #521B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3311 #331100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF5F0;
--peach-100: #FFE7DB;
--peach-200: #FFD3BD;
--peach-300: #FFB18A;
--peach-400: #FF884D;
--peach-500: #FF661A;
--peach-600: #E04B00;
--peach-700: #B33B00;
--peach-800: #802A00;
--peach-900: #521B00;
--peach-950: #331100;
}