Peach
#F9A990
RedColor Codes
All color formats for development
HEX
#F9A990RGB
rgb(249, 169, 144)HSL
hsl(14, 90%, 77%)OKLCH
oklch(0.807 0.101 38.1)CMYK
cmyk(0%, 32%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F78B6A
2#F56E45
3#F35120
4#E03D0C
5#BB330A
6#952908
7#701F06
8#4B1404
9#250A02
Tints
Lighter variations
1#FAB19B
2#FABAA6
3#FBC2B1
4#FBCBBC
5#FCD4C7
6#FDDCD2
7#FDE5DE
8#FEEEE9
9#FEF6F4
Tones
Muted variations
1#F4AB95
2#EFAE9A
3#E9B19F
4#E4B3A5
5#DFB6AA
6#D9B9AF
7#D4BCB5
8#CFBFBA
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCCE #FCCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A8 #F9A890 | BordersInactive statesPlaceholder text |
| 400 | F67B #F67B55 | Disabled statesSecondary iconsMuted text |
| 500 | F455 #F45525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D53A #D53A0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA2E #AA2E09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7921 #792106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E15 #4E1504 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF4F0;
--peach-100: #FDE5DD;
--peach-200: #FCCEC0;
--peach-300: #F9A890;
--peach-400: #F67B55;
--peach-500: #F45525;
--peach-600: #D53A0B;
--peach-700: #AA2E09;
--peach-800: #792106;
--peach-900: #4E1504;
--peach-950: #300D03;
}