Peach
#F4D395
OrangeColor Codes
All color formats for development
HEX
#F4D395RGB
rgb(244, 211, 149)HSL
hsl(39, 81%, 77%)OKLCH
oklch(0.881 0.087 82.8)CMYK
cmyk(0%, 14%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0C471
2#ECB54E
3#E9A62A
4#D59216
5#B27A13
6#8E620F
7#6B490B
8#473107
9#241804
Tints
Lighter variations
1#F5D79F
2#F6DBAA
3#F7E0B5
4#F8E4BF
5#F9E9CA
6#FBEDD5
7#FCF2DF
8#FDF6EA
9#FEFBF4
Tones
Muted variations
1#EFD19A
2#EAD09E
3#E6CEA3
4#E1CDA8
5#DCCBAD
6#D7CAB1
7#D3C9B6
8#CEC7BB
9#C9C6C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D3 #F4D395 | BordersInactive statesPlaceholder text |
| 400 | EEBB #EEBB5D | Disabled statesSecondary iconsMuted text |
| 500 | E9A8 #E9A82F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB8B #CB8B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26F #A26F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734F #734F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A33 #4A3308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF9F1;
--peach-100: #FCF1DF;
--peach-200: #F9E6C3;
--peach-300: #F4D395;
--peach-400: #EEBB5D;
--peach-500: #E9A82F;
--peach-600: #CB8B15;
--peach-700: #A26F11;
--peach-800: #734F0C;
--peach-900: #4A3308;
--peach-950: #2E2005;
}