Peach
#F3CB95
OrangeColor Codes
All color formats for development
HEX
#F3CB95RGB
rgb(243, 203, 149)HSL
hsl(34, 80%, 77%)OKLCH
oklch(0.864 0.083 74.7)CMYK
cmyk(0%, 16%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFB972
2#EBA84F
3#E7962B
4#D48218
5#B16D14
6#8D5710
7#6A410C
8#472B08
9#231604
Tints
Lighter variations
1#F4D0A0
2#F6D5AB
3#F7DAB5
4#F8E0C0
5#F9E5CA
6#FAEAD5
7#FBEFDF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCA9A
2#EAC99F
3#E5C9A4
4#E1C8A8
5#DCC7AD
6#D7C7B2
7#D2C6B6
8#CEC6BB
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 | F8E1 #F8E1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CB #F3CB95 | BordersInactive statesPlaceholder text |
| 400 | EDAF #EDAF5E | Disabled statesSecondary iconsMuted text |
| 500 | E898 #E89830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA7C #CA7C16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A163 #A16312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7347 #73470D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF8F1;
--peach-100: #FBEFDF;
--peach-200: #F8E1C3;
--peach-300: #F3CB95;
--peach-400: #EDAF5E;
--peach-500: #E89830;
--peach-600: #CA7C16;
--peach-700: #A16312;
--peach-800: #73470D;
--peach-900: #492D08;
--peach-950: #2E1C05;
}