Peach
#FBA78E
RedColor Codes
All color formats for development
HEX
#FBA78ERGB
rgb(251, 167, 142)HSL
hsl(14, 93%, 77%)OKLCH
oklch(0.805 0.106 37.3)CMYK
cmyk(0%, 33%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FA8A68
2#F86D42
3#F74F1C
4#E33B08
5#BD3107
6#982805
7#721E04
8#4C1403
9#260A01
Tints
Lighter variations
1#FBB099
2#FCB9A4
3#FCC2B0
4#FDCABB
5#FDD3C6
6#FDDCD2
7#FEE5DD
8#FEEDE8
9#FFF6F4
Tones
Muted variations
1#F5AA93
2#F0AD99
3#EBB09E
4#E5B3A4
5#E0B6A9
6#DAB9AF
7#D5BCB4
8#CFBFB9
9#CAC1BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE4 #FEE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDCD #FDCDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBA7 #FBA78E | BordersInactive statesPlaceholder text |
| 400 | F979 #F97953 | Disabled statesSecondary iconsMuted text |
| 500 | F753 #F75322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D939 #D93908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC2D #AC2D06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B20 #7B2004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F15 #4F1503 | Primary textHigh emphasis contentDark headings |
| 950 | 310D #310D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F0;
--peach-100: #FEE4DD;
--peach-200: #FDCDBF;
--peach-300: #FBA78E;
--peach-400: #F97953;
--peach-500: #F75322;
--peach-600: #D93908;
--peach-700: #AC2D06;
--peach-800: #7B2004;
--peach-900: #4F1503;
--peach-950: #310D02;
}