Peach
#F9C390
OrangeColor Codes
All color formats for development
HEX
#F9C390RGB
rgb(249, 195, 144)HSL
hsl(29, 90%, 77%)OKLCH
oklch(0.854 0.091 64.5)CMYK
cmyk(0%, 22%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7AE6A
2#F59A45
3#F38620
4#E0720C
5#BB5F0A
6#954C08
7#703906
8#4B2604
9#251302
Tints
Lighter variations
1#FAC99B
2#FACFA6
3#FBD5B1
4#FBDBBC
5#FCE1C7
6#FDE7D2
7#FDEDDE
8#FEF3E9
9#FEF9F4
Tones
Muted variations
1#F4C395
2#EFC39A
3#E9C39F
4#E4C3A5
5#DFC3AA
6#D9C4AF
7#D4C4B5
8#CFC4BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDED #FDEDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDD #FCDDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9C3 #F9C390 | BordersInactive statesPlaceholder text |
| 400 | F6A3 #F6A355 | Disabled statesSecondary iconsMuted text |
| 500 | F489 #F48925 | Primary brand colorCTAsActive elementsLinks |
| 600 | D56D #D56D0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA57 #AA5709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 793E #793E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E28 #4E2804 | Primary textHigh emphasis contentDark headings |
| 950 | 3019 #301903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F0;
--peach-100: #FDEDDD;
--peach-200: #FCDDC0;
--peach-300: #F9C390;
--peach-400: #F6A355;
--peach-500: #F48925;
--peach-600: #D56D0B;
--peach-700: #AA5709;
--peach-800: #793E06;
--peach-900: #4E2804;
--peach-950: #301903;
}