Peach
#F4BC94
OrangeColor Codes
All color formats for development
HEX
#F4BC94RGB
rgb(244, 188, 148)HSL
hsl(25, 81%, 77%)OKLCH
oklch(0.836 0.084 56.8)CMYK
cmyk(0%, 23%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0A671
2#EC904E
3#E97A2A
4#D56616
5#B25513
6#8E440F
7#6B330B
8#472207
9#241104
Tints
Lighter variations
1#F5C39F
2#F6CAAA
3#F7D0B5
4#F8D7BF
5#F9DECA
6#FBE4D5
7#FCEBDF
8#FDF2EA
9#FEF8F4
Tones
Muted variations
1#EFBD9A
2#EABE9E
3#E6BFA3
4#E1C0A8
5#DCC0AD
6#D7C1B1
7#D3C2B6
8#CEC3BB
9#C9C4C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCEB #FCEBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D9 #F9D9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4BC #F4BC95 | BordersInactive statesPlaceholder text |
| 400 | EE9A #EE9A5D | Disabled statesSecondary iconsMuted text |
| 500 | E97D #E97D2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB61 #CB6115 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A24D #A24D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7337 #73370C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A23 #4A2308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E16 #2E1605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F1;
--peach-100: #FCEBDF;
--peach-200: #F9D9C3;
--peach-300: #F4BC95;
--peach-400: #EE9A5D;
--peach-500: #E97D2F;
--peach-600: #CB6115;
--peach-700: #A24D11;
--peach-800: #73370C;
--peach-900: #4A2308;
--peach-950: #2E1605;
}