Peach
#F9BC90
OrangeColor Codes
All color formats for development
HEX
#F9BC90RGB
rgb(249, 188, 144)HSL
hsl(25, 90%, 77%)OKLCH
oklch(0.841 0.091 56.9)CMYK
cmyk(0%, 24%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7A56A
2#F58E45
3#F37820
4#E0640C
5#BB530A
6#954308
7#703206
8#4B2104
9#251102
Tints
Lighter variations
1#FAC29B
2#FAC9A6
3#FBD0B1
4#FBD7BC
5#FCDDC7
6#FDE4D2
7#FDEBDE
8#FEF2E9
9#FEF8F4
Tones
Muted variations
1#F4BC95
2#EFBD9A
3#E9BE9F
4#E4BFA5
5#DFC0AA
6#D9C1AF
7#D4C2B5
8#CFC3BA
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 | FCD9 #FCD9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BC #F9BC90 | BordersInactive statesPlaceholder text |
| 400 | F698 #F69855 | Disabled statesSecondary iconsMuted text |
| 500 | F47B #F47B25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D55F #D55F0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA4C #AA4C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7936 #793606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E23 #4E2304 | Primary textHigh emphasis contentDark headings |
| 950 | 3016 #301603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FDEADD;
--peach-200: #FCD9C0;
--peach-300: #F9BC90;
--peach-400: #F69855;
--peach-500: #F47B25;
--peach-600: #D55F0B;
--peach-700: #AA4C09;
--peach-800: #793606;
--peach-900: #4E2304;
--peach-950: #301603;
}