Peach
#F3C195
OrangeColor Codes
All color formats for development
HEX
#F3C195RGB
rgb(243, 193, 149)HSL
hsl(28, 80%, 77%)OKLCH
oklch(0.845 0.081 62.7)CMYK
cmyk(0%, 21%, 39%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EFAD72
2#EB984F
3#E7832B
4#D47018
5#B15D14
6#8D4A10
7#6A380C
8#472508
9#231304
Tints
Lighter variations
1#F4C7A0
2#F6CEAB
3#F7D4B5
4#F8DAC0
5#F9E0CA
6#FAE6D5
7#FBECDF
8#FDF3EA
9#FEF9F4
Tones
Muted variations
1#EFC29A
2#EAC29F
3#E5C2A4
4#E1C2A8
5#DCC3AD
6#D7C3B2
7#D2C3B6
8#CEC4BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEC #FBECDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8DC #F8DCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3C1 #F3C195 | BordersInactive statesPlaceholder text |
| 400 | EDA1 #EDA15E | Disabled statesSecondary iconsMuted text |
| 500 | E886 #E88630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA6A #CA6A16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A154 #A15412 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 733C #733C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4927 #492708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E18 #2E1805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF7F1;
--peach-100: #FBECDF;
--peach-200: #F8DCC3;
--peach-300: #F3C195;
--peach-400: #EDA15E;
--peach-500: #E88630;
--peach-600: #CA6A16;
--peach-700: #A15412;
--peach-800: #733C0D;
--peach-900: #492708;
--peach-950: #2E1805;
}