Peach
#F5CB94
OrangeColor Codes
All color formats for development
HEX
#F5CB94RGB
rgb(245, 203, 148)HSL
hsl(34, 83%, 77%)OKLCH
oklch(0.866 0.085 73.8)CMYK
cmyk(0%, 17%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2B970
2#EEA84C
3#EB9628
4#D88314
5#B46D11
6#90570D
7#6C410A
8#482C07
9#241603
Tints
Lighter variations
1#F6D09E
2#F7D5A9
3#F8DAB4
4#F9E0BF
5#FAE5C9
6#FBEAD4
7#FCEFDF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#F0CA99
2#EBCA9D
3#E6C9A2
4#E2C8A7
5#DDC8AC
6#D8C7B1
7#D3C6B6
8#CEC6BB
9#C9C5BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEF #FCEFDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5CB #F5CB94 | BordersInactive statesPlaceholder text |
| 400 | F0B0 #F0B05C | Disabled statesSecondary iconsMuted text |
| 500 | EB99 #EB992D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD7D #CD7D13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A363 #A3630F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7547 #75470B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B2D #4B2D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1C #2F1C04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FCEFDE;
--peach-200: #F9E2C2;
--peach-300: #F5CB94;
--peach-400: #F0B05C;
--peach-500: #EB992D;
--peach-600: #CD7D13;
--peach-700: #A3630F;
--peach-800: #75470B;
--peach-900: #4B2D07;
--peach-950: #2F1C04;
}