Peach
#F4CC94
OrangeColor Codes
All color formats for development
HEX
#F4CC94RGB
rgb(244, 204, 148)HSL
hsl(35, 81%, 77%)OKLCH
oklch(0.867 0.085 75.6)CMYK
cmyk(0%, 16%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0BB71
2#ECAA4E
3#E9992A
4#D58616
5#B26F13
6#8E590F
7#6B430B
8#472D07
9#241604
Tints
Lighter variations
1#F5D19F
2#F6D6AA
3#F7DBB5
4#F8E1BF
5#F9E6CA
6#FBEBD5
7#FCF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCB9A
2#EACB9E
3#E6CAA3
4#E1C9A8
5#DCC8AD
6#D7C8B1
7#D3C7B6
8#CEC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF0 #FCF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E2 #F9E2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CC #F4CC95 | BordersInactive statesPlaceholder text |
| 400 | EEB2 #EEB25D | Disabled statesSecondary iconsMuted text |
| 500 | E99C #E99C2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB7F #CB7F15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A265 #A26511 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7348 #73480C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A2E #4A2E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1D #2E1D05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF8F1;
--peach-100: #FCF0DF;
--peach-200: #F9E2C3;
--peach-300: #F4CC95;
--peach-400: #EEB25D;
--peach-500: #E99C2F;
--peach-600: #CB7F15;
--peach-700: #A26511;
--peach-800: #73480C;
--peach-900: #4A2E08;
--peach-950: #2E1D05;
}