Peach
#F3CE95
OrangeColor Codes
All color formats for development
HEX
#F3CE95RGB
rgb(243, 206, 149)HSL
hsl(36, 80%, 77%)OKLCH
oklch(0.87 0.084 78.1)CMYK
cmyk(0%, 15%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFBD72
2#EBAD4F
3#E79C2B
4#D48918
5#B17214
6#8D5B10
7#6A440C
8#472E08
9#231704
Tints
Lighter variations
1#F4D3A0
2#F6D8AB
3#F7DDB5
4#F8E1C0
5#F9E6CA
6#FAEBD5
7#FBF0DF
8#FDF5EA
9#FEFAF4
Tones
Muted variations
1#EFCD9A
2#EACC9F
3#E5CBA4
4#E1CAA8
5#DCC9AD
6#D7C8B2
7#D2C7B6
8#CEC6BB
9#C9C5C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E3 #F8E3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CE #F3CE95 | BordersInactive statesPlaceholder text |
| 400 | EDB4 #EDB45E | Disabled statesSecondary iconsMuted text |
| 500 | E89F #E89F30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA82 #CA8216 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A168 #A16812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734A #734A0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492F #492F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF9F1;
--peach-100: #FBF0DF;
--peach-200: #F8E3C3;
--peach-300: #F3CE95;
--peach-400: #EDB45E;
--peach-500: #E89F30;
--peach-600: #CA8216;
--peach-700: #A16812;
--peach-800: #734A0D;
--peach-900: #492F08;
--peach-950: #2E1E05;
}