Peach
#F1BB98
OrangeColor Codes
All color formats for development
HEX
#F1BB98RGB
rgb(241, 187, 152)HSL
hsl(24, 76%, 77%)OKLCH
oklch(0.832 0.078 54.3)CMYK
cmyk(0%, 22%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECA575
2#E78E53
3#E37830
4#CF641C
5#AD5318
6#8A4313
7#68320E
8#452109
9#231105
Tints
Lighter variations
1#F2C2A2
2#F4C9AC
3#F5D0B7
4#F7D6C1
5#F8DDCB
6#F9E4D6
7#FBEBE0
8#FCF1EA
9#FEF8F5
Tones
Muted variations
1#ECBC9C
2#E8BDA1
3#E4BEA5
4#DFBFAA
5#DBC0AE
6#D6C1B3
7#D2C2B7
8#CDC3BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D9 #F7D9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BB #F1BB98 | BordersInactive statesPlaceholder text |
| 400 | EA98 #EA9862 | Disabled statesSecondary iconsMuted text |
| 500 | E37B #E37B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C55F #C55F1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D4C #9D4C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7036 #70360F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4823 #48230A | Primary textHigh emphasis contentDark headings |
| 950 | 2D16 #2D1606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FBEAE0;
--peach-200: #F7D9C5;
--peach-300: #F1BB98;
--peach-400: #EA9862;
--peach-500: #E37B35;
--peach-600: #C55F1B;
--peach-700: #9D4C15;
--peach-800: #70360F;
--peach-900: #48230A;
--peach-950: #2D1606;
}