Peach
#FBBB8D
OrangeColor Codes
All color formats for development
HEX
#FBBB8DRGB
rgb(251, 187, 141)HSL
hsl(25, 93%, 77%)OKLCH
oklch(0.84 0.096 56.7)CMYK
cmyk(0%, 25%, 44%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAA568
2#F88E42
3#F7771C
4#E36408
5#BD5307
6#984205
7#723204
8#4C2103
9#261101
Tints
Lighter variations
1#FBC299
2#FCC9A4
3#FCD0B0
4#FDD6BB
5#FDDDC6
6#FDE4D2
7#FEEBDD
8#FEF1E8
9#FFF8F4
Tones
Muted variations
1#F5BC93
2#F0BD99
3#EBBE9E
4#E5BFA4
5#E0C0A9
6#DAC1AF
7#D5C2B4
8#CFC3B9
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEA #FEEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDD9 #FDD9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBBB #FBBB8E | BordersInactive statesPlaceholder text |
| 400 | F998 #F99853 | Disabled statesSecondary iconsMuted text |
| 500 | F77A #F77A22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D95F #D95F08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC4B #AC4B06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B36 #7B3604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F22 #4F2203 | 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: #FEEADD;
--peach-200: #FDD9BF;
--peach-300: #FBBB8E;
--peach-400: #F99853;
--peach-500: #F77A22;
--peach-600: #D95F08;
--peach-700: #AC4B06;
--peach-800: #7B3604;
--peach-900: #4F2203;
--peach-950: #311602;
}