Peach
#F3B696
OrangeColor Codes
All color formats for development
HEX
#F3B696RGB
rgb(243, 182, 150)HSL
hsl(21, 79%, 77%)OKLCH
oklch(0.825 0.083 48.8)CMYK
cmyk(0%, 25%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF9E73
2#EA8650
3#E66E2D
4#D35A19
5#B04B15
6#8D3C10
7#692D0C
8#461E08
9#230F04
Tints
Lighter variations
1#F4BEA1
2#F5C5AB
3#F6CCB6
4#F8D3C0
5#F9DBCB
6#FAE2D5
7#FBE9E0
8#FDF0EA
9#FEF8F5
Tones
Muted variations
1#EEB89B
2#E9B99F
3#E5BBA4
4#E0BCA9
5#DCBDAD
6#D7BFB2
7#D2C0B6
8#CEC2BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D6 #F8D6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B6 #F3B696 | BordersInactive statesPlaceholder text |
| 400 | EC91 #EC915F | Disabled statesSecondary iconsMuted text |
| 500 | E771 #E77132 | Primary brand colorCTAsActive elementsLinks |
| 600 | C956 #C95618 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A044 #A04413 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7231 #72310D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F1;
--peach-100: #FBE9DF;
--peach-200: #F8D6C4;
--peach-300: #F3B696;
--peach-400: #EC915F;
--peach-500: #E77132;
--peach-600: #C95618;
--peach-700: #A04413;
--peach-800: #72310D;
--peach-900: #491F09;
--peach-950: #2E1305;
}