Peach
#F0BA98
OrangeColor Codes
All color formats for development
HEX
#F0BA98RGB
rgb(240, 186, 152)HSL
hsl(23, 75%, 77%)OKLCH
oklch(0.829 0.078 53.6)CMYK
cmyk(0%, 23%, 37%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EBA376
2#E78C54
3#E27531
4#CE611D
5#AC5119
6#894114
7#67310F
8#45200A
9#221005
Tints
Lighter variations
1#F2C1A3
2#F3C8AD
3#F5CFB7
4#F6D6C1
5#F8DDCC
6#F9E3D6
7#FBEAE0
8#FCF1EA
9#FEF8F5
Tones
Muted variations
1#ECBB9D
2#E8BCA1
3#E3BDA6
4#DFBEAA
5#DABFAE
6#D6C0B3
7#D2C1B7
8#CDC2BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEA #FBEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D8 #F7D8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0BA #F0BA98 | BordersInactive statesPlaceholder text |
| 400 | E996 #E99663 | Disabled statesSecondary iconsMuted text |
| 500 | E278 #E27836 | Primary brand colorCTAsActive elementsLinks |
| 600 | C45D #C45D1C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C4A #9C4A16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7035 #703510 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4722 #47220A | Primary textHigh emphasis contentDark headings |
| 950 | 2D15 #2D1506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FBEAE0;
--peach-200: #F7D8C5;
--peach-300: #F0BA98;
--peach-400: #E99663;
--peach-500: #E27836;
--peach-600: #C45D1C;
--peach-700: #9C4A16;
--peach-800: #703510;
--peach-900: #47220A;
--peach-950: #2D1506;
}