Peach
#F8BF91
OrangeColor Codes
All color formats for development
HEX
#F8BF91RGB
rgb(248, 191, 145)HSL
hsl(27, 88%, 77%)OKLCH
oklch(0.845 0.089 60.1)CMYK
cmyk(0%, 23%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6AA6C
2#F39447
3#F17F22
4#DD6B0E
5#B95A0C
6#944809
7#6F3607
8#4A2405
9#251202
Tints
Lighter variations
1#F9C69C
2#F9CCA7
3#FAD2B2
4#FBD9BD
5#FBDFC8
6#FCE5D3
7#FDECDE
8#FEF2E9
9#FEF9F4
Tones
Muted variations
1#F3C096
2#EEC09B
3#E8C1A0
4#E3C1A5
5#DEC2AB
6#D9C2B0
7#D4C3B5
8#CFC3BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDB #FBDBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BF #F8BF91 | BordersInactive statesPlaceholder text |
| 400 | F49E #F49E57 | Disabled statesSecondary iconsMuted text |
| 500 | F182 #F18227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D366 #D3660D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A851 #A8510B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783A #783A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D25 #4D2505 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F1;
--peach-100: #FDECDD;
--peach-200: #FBDBC1;
--peach-300: #F8BF91;
--peach-400: #F49E57;
--peach-500: #F18227;
--peach-600: #D3660D;
--peach-700: #A8510B;
--peach-800: #783A08;
--peach-900: #4D2505;
--peach-950: #301703;
}