Peach
#FBBD8D
OrangeColor Codes
All color formats for development
HEX
#FBBD8DRGB
rgb(251, 189, 141)HSL
hsl(26, 93%, 77%)OKLCH
oklch(0.844 0.095 58.8)CMYK
cmyk(0%, 25%, 44%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAA768
2#F89142
3#F77B1C
4#E36708
5#BD5607
6#984505
7#723404
8#4C2203
9#261101
Tints
Lighter variations
1#FBC499
2#FCCAA4
3#FCD1B0
4#FDD7BB
5#FDDEC6
6#FDE5D2
7#FEEBDD
8#FEF2E8
9#FFF8F4
Tones
Muted variations
1#F5BE93
2#F0BF99
3#EBBF9E
4#E5C0A4
5#E0C1A9
6#DAC1AF
7#D5C2B4
8#CFC3B9
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDDA #FDDABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBBD #FBBD8E | BordersInactive statesPlaceholder text |
| 400 | F99B #F99B53 | Disabled statesSecondary iconsMuted text |
| 500 | F77E #F77E22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D962 #D96208 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC4E #AC4E06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B38 #7B3804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F24 #4F2403 | Primary textHigh emphasis contentDark headings |
| 950 | 3116 #311602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FEEBDD;
--peach-200: #FDDABF;
--peach-300: #FBBD8E;
--peach-400: #F99B53;
--peach-500: #F77E22;
--peach-600: #D96208;
--peach-700: #AC4E06;
--peach-800: #7B3804;
--peach-900: #4F2403;
--peach-950: #311602;
}