Peach
#F9AF90
OrangeColor Codes
All color formats for development
HEX
#F9AF90RGB
rgb(249, 175, 144)HSL
hsl(18, 90%, 77%)OKLCH
oklch(0.817 0.097 43.6)CMYK
cmyk(0%, 30%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7956A
2#F57A45
3#F35F20
4#E04B0C
5#BB3F0A
6#953208
7#702606
8#4B1904
9#250D02
Tints
Lighter variations
1#FAB79B
2#FABFA6
3#FBC7B1
4#FBCFBC
5#FCD7C7
6#FDDFD2
7#FDE7DE
8#FEEFE9
9#FEF7F4
Tones
Muted variations
1#F4B195
2#EFB39A
3#E9B69F
4#E4B8A5
5#DFBAAA
6#D9BCAF
7#D4BEB5
8#CFC0BA
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD2 #FCD2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AF #F9AF90 | BordersInactive statesPlaceholder text |
| 400 | F686 #F68655 | Disabled statesSecondary iconsMuted text |
| 500 | F463 #F46325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D548 #D5480B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA39 #AA3909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7929 #792906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1A #4E1A04 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF5F0;
--peach-100: #FDE7DD;
--peach-200: #FCD2C0;
--peach-300: #F9AF90;
--peach-400: #F68655;
--peach-500: #F46325;
--peach-600: #D5480B;
--peach-700: #AA3909;
--peach-800: #792906;
--peach-900: #4E1A04;
--peach-950: #301003;
}