Peach
#F1CD98
OrangeColor Codes
All color formats for development
HEX
#F1CD98RGB
rgb(241, 205, 152)HSL
hsl(36, 76%, 77%)OKLCH
oklch(0.867 0.08 77)CMYK
cmyk(0%, 15%, 37%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ECBD75
2#E7AC53
3#E39B30
4#CF881C
5#AD7118
6#8A5A13
7#68440E
8#452D09
9#231705
Tints
Lighter variations
1#F2D2A2
2#F4D7AC
3#F5DCB7
4#F7E1C1
5#F8E6CB
6#F9EBD6
7#FBF0E0
8#FCF5EA
9#FEFAF5
Tones
Muted variations
1#ECCC9C
2#E8CBA1
3#E4CBA5
4#DFCAAA
5#DBC9AE
6#D6C8B3
7#D2C7B7
8#CDC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E3 #F7E3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1CD #F1CD98 | BordersInactive statesPlaceholder text |
| 400 | EAB3 #EAB362 | Disabled statesSecondary iconsMuted text |
| 500 | E39E #E39E35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C581 #C5811B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D67 #9D6715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7049 #70490F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482F #482F0A | 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: #FDF9F2;
--peach-100: #FBF0E0;
--peach-200: #F7E3C5;
--peach-300: #F1CD98;
--peach-400: #EAB362;
--peach-500: #E39E35;
--peach-600: #C5811B;
--peach-700: #9D6715;
--peach-800: #70490F;
--peach-900: #482F0A;
--peach-950: #2D1D06;
}