Peach
#F4B494
OrangeColor Codes
All color formats for development
HEX
#F4B494RGB
rgb(244, 180, 148)HSL
hsl(20, 81%, 77%)OKLCH
oklch(0.822 0.087 47.6)CMYK
cmyk(0%, 26%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F09C71
2#EC834E
3#E96A2A
4#D55616
5#B24813
6#8E390F
7#6B2B0B
8#471D07
9#240E04
Tints
Lighter variations
1#F5BC9F
2#F6C3AA
3#F7CBB5
4#F8D2BF
5#F9DACA
6#FBE1D5
7#FCE9DF
8#FDF0EA
9#FEF8F4
Tones
Muted variations
1#EFB69A
2#EAB89E
3#E6B9A3
4#E1BBA8
5#DCBCAD
6#D7BEB1
7#D3C0B6
8#CEC1BB
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE8 #FCE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D5 #F9D5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4B5 #F4B595 | BordersInactive statesPlaceholder text |
| 400 | EE8E #EE8E5D | Disabled statesSecondary iconsMuted text |
| 500 | E96D #E96D2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB52 #CB5215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A241 #A24111 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732F #732F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A1E #4A1E08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E13 #2E1305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F1;
--peach-100: #FCE8DF;
--peach-200: #F9D5C3;
--peach-300: #F4B595;
--peach-400: #EE8E5D;
--peach-500: #E96D2F;
--peach-600: #CB5215;
--peach-700: #A24111;
--peach-800: #732F0C;
--peach-900: #4A1E08;
--peach-950: #2E1305;
}