Peach
#F1BD98
OrangeColor Codes
All color formats for development
HEX
#F1BD98RGB
rgb(241, 189, 152)HSL
hsl(25, 76%, 77%)OKLCH
oklch(0.836 0.078 56.9)CMYK
cmyk(0%, 22%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECA775
2#E79153
3#E37B30
4#CF671C
5#AD5618
6#8A4513
7#68330E
8#452209
9#231105
Tints
Lighter variations
1#F2C4A2
2#F4CAAC
3#F5D1B7
4#F7D7C1
5#F8DECB
6#F9E5D6
7#FBEBE0
8#FCF2EA
9#FEF8F5
Tones
Muted variations
1#ECBE9C
2#E8BEA1
3#E4BFA5
4#DFC0AA
5#DBC1AE
6#D6C1B3
7#D2C2B7
8#CDC3BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEB #FBEBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7DA #F7DAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1BD #F1BD98 | BordersInactive statesPlaceholder text |
| 400 | EA9A #EA9A62 | Disabled statesSecondary iconsMuted text |
| 500 | E37E #E37E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C562 #C5621B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D4E #9D4E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7038 #70380F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4824 #48240A | 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: #FBEBE0;
--peach-200: #F7DAC5;
--peach-300: #F1BD98;
--peach-400: #EA9A62;
--peach-500: #E37E35;
--peach-600: #C5621B;
--peach-700: #9D4E15;
--peach-800: #70380F;
--peach-900: #48240A;
--peach-950: #2D1606;
}