Peach
#F8B791
OrangeColor Codes
All color formats for development
HEX
#F8B791RGB
rgb(248, 183, 145)HSL
hsl(22, 88%, 77%)OKLCH
oklch(0.831 0.091 51.4)CMYK
cmyk(0%, 26%, 42%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F69E6C
2#F38647
3#F16E22
4#DD5A0E
5#B94B0C
6#943C09
7#6F2D07
8#4A1E05
9#250F02
Tints
Lighter variations
1#F9BE9C
2#F9C5A7
3#FACCB2
4#FBD4BD
5#FBDBC8
6#FCE2D3
7#FDE9DE
8#FEF1E9
9#FEF8F4
Tones
Muted variations
1#F3B896
2#EEB99B
3#E8BBA0
4#E3BCA5
5#DEBDAB
6#D9BFB0
7#D4C0B5
8#CFC2BA
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B7 #F8B791 | BordersInactive statesPlaceholder text |
| 400 | F491 #F49157 | Disabled statesSecondary iconsMuted text |
| 500 | F171 #F17127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D356 #D3560D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A844 #A8440B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F05 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F1;
--peach-100: #FDE9DD;
--peach-200: #FBD6C1;
--peach-300: #F8B791;
--peach-400: #F49157;
--peach-500: #F17127;
--peach-600: #D3560D;
--peach-700: #A8440B;
--peach-800: #783108;
--peach-900: #4D1F05;
--peach-950: #301403;
}