Peach
#F2C097
OrangeColor Codes
All color formats for development
HEX
#F2C097RGB
rgb(242, 192, 151)HSL
hsl(27, 78%, 77%)OKLCH
oklch(0.843 0.079 60.8)CMYK
cmyk(0%, 21%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEAB74
2#E99551
3#E5802E
4#D26D1A
5#AF5B16
6#8C4811
7#69360D
8#462409
9#231204
Tints
Lighter variations
1#F3C6A1
2#F5CCAB
3#F6D3B6
4#F7D9C0
5#F9DFCB
6#FAE6D5
7#FBECE0
8#FCF2EA
9#FEF9F5
Tones
Muted variations
1#EEC09B
2#E9C1A0
3#E4C1A4
4#E0C2A9
5#DBC2AD
6#D7C3B2
7#D2C3B7
8#CDC3BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DB #F8DBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C0 #F2C097 | BordersInactive statesPlaceholder text |
| 400 | EB9F #EB9F60 | Disabled statesSecondary iconsMuted text |
| 500 | E683 #E68333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C867 #C86719 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F52 #9F5214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 713B #713B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4926 #492609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D18 #2D1806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F1;
--peach-100: #FBECDF;
--peach-200: #F8DBC4;
--peach-300: #F2C097;
--peach-400: #EB9F60;
--peach-500: #E68333;
--peach-600: #C86719;
--peach-700: #9F5214;
--peach-800: #713B0E;
--peach-900: #492609;
--peach-950: #2D1806;
}