Peach
#F2CC97
OrangeColor Codes
All color formats for development
HEX
#F2CC97RGB
rgb(242, 204, 151)HSL
hsl(35, 78%, 77%)OKLCH
oklch(0.865 0.081 75.6)CMYK
cmyk(0%, 16%, 38%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EEBB74
2#E9AA51
3#E5992E
4#D2851A
5#AF6F16
6#8C5911
7#69430D
8#462C09
9#231604
Tints
Lighter variations
1#F3D1A1
2#F5D6AB
3#F6DBB6
4#F7E0C0
5#F9E5CB
6#FAEBD5
7#FBF0E0
8#FCF5EA
9#FEFAF5
Tones
Muted variations
1#EECB9B
2#E9CAA0
3#E4CAA4
4#E0C9A9
5#DBC8AD
6#D7C7B2
7#D2C7B7
8#CDC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E2 #F8E2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CC #F2CC97 | BordersInactive statesPlaceholder text |
| 400 | EBB1 #EBB160 | Disabled statesSecondary iconsMuted text |
| 500 | E69B #E69B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87F #C87F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F65 #9F6514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7148 #71480E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492E #492E09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1D #2D1D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEFDF;
--peach-200: #F8E2C4;
--peach-300: #F2CC97;
--peach-400: #EBB160;
--peach-500: #E69B33;
--peach-600: #C87F19;
--peach-700: #9F6514;
--peach-800: #71480E;
--peach-900: #492E09;
--peach-950: #2D1D06;
}