Peach
#F9B690
OrangeColor Codes
All color formats for development
HEX
#F9B690RGB
rgb(249, 182, 144)HSL
hsl(22, 90%, 77%)OKLCH
oklch(0.83 0.093 50.6)CMYK
cmyk(0%, 27%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F79E6A
2#F58645
3#F36D20
4#E05A0C
5#BB4B0A
6#953C08
7#702D06
8#4B1E04
9#250F02
Tints
Lighter variations
1#FABE9B
2#FAC5A6
3#FBCCB1
4#FBD3BC
5#FCDBC7
6#FDE2D2
7#FDE9DE
8#FEF0E9
9#FEF8F4
Tones
Muted variations
1#F4B895
2#EFB99A
3#E9BA9F
4#E4BCA5
5#DFBDAA
6#D9BFAF
7#D4C0B5
8#CFC2BA
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD6 #FCD6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B6 #F9B690 | BordersInactive statesPlaceholder text |
| 400 | F690 #F69055 | Disabled statesSecondary iconsMuted text |
| 500 | F471 #F47125 | Primary brand colorCTAsActive elementsLinks |
| 600 | D555 #D5550B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA44 #AA4409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7930 #793006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1F #4E1F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FDE9DD;
--peach-200: #FCD6C0;
--peach-300: #F9B690;
--peach-400: #F69055;
--peach-500: #F47125;
--peach-600: #D5550B;
--peach-700: #AA4409;
--peach-800: #793006;
--peach-900: #4E1F04;
--peach-950: #301303;
}