Peach
#F9BA90
OrangeColor Codes
All color formats for development
HEX
#F9BA90RGB
rgb(249, 186, 144)HSL
hsl(24, 90%, 77%)OKLCH
oklch(0.837 0.092 54.8)CMYK
cmyk(0%, 25%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7A36A
2#F58B45
3#F37420
4#E0610C
5#BB510A
6#954008
7#703006
8#4B2004
9#251002
Tints
Lighter variations
1#FAC19B
2#FAC8A6
3#FBCFB1
4#FBD5BC
5#FCDCC7
6#FDE3D2
7#FDEADE
8#FEF1E9
9#FEF8F4
Tones
Muted variations
1#F4BB95
2#EFBC9A
3#E9BD9F
4#E4BEA5
5#DFBFAA
6#D9C0AF
7#D4C1B5
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 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD8 #FCD8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BA #F9BA90 | BordersInactive statesPlaceholder text |
| 400 | F696 #F69655 | Disabled statesSecondary iconsMuted text |
| 500 | F478 #F47825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D55C #D55C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA49 #AA4909 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7934 #793406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E21 #4E2104 | Primary textHigh emphasis contentDark headings |
| 950 | 3015 #301503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FDEADD;
--peach-200: #FCD8C0;
--peach-300: #F9BA90;
--peach-400: #F69655;
--peach-500: #F47825;
--peach-600: #D55C0B;
--peach-700: #AA4909;
--peach-800: #793406;
--peach-900: #4E2104;
--peach-950: #301503;
}