Peach
#F9BD90
OrangeColor Codes
All color formats for development
HEX
#F9BD90RGB
rgb(249, 189, 144)HSL
hsl(26, 90%, 77%)OKLCH
oklch(0.843 0.091 58)CMYK
cmyk(0%, 24%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7A76A
2#F59145
3#F37B20
4#E0680C
5#BB560A
6#954508
7#703406
8#4B2304
9#251102
Tints
Lighter variations
1#FAC49B
2#FACAA6
3#FBD1B1
4#FBD8BC
5#FCDEC7
6#FDE5D2
7#FDEBDE
8#FEF2E9
9#FEF8F4
Tones
Muted variations
1#F4BE95
2#EFBF9A
3#E9BF9F
4#E4C0A5
5#DFC1AA
6#D9C2AF
7#D4C2B5
8#CFC3BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEB #FDEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDA #FCDAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BD #F9BD90 | BordersInactive statesPlaceholder text |
| 400 | F69B #F69B55 | Disabled statesSecondary iconsMuted text |
| 500 | F47E #F47E25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D563 #D5630B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA4F #AA4F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7938 #793806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E24 #4E2404 | 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: #FDEBDD;
--peach-200: #FCDAC0;
--peach-300: #F9BD90;
--peach-400: #F69B55;
--peach-500: #F47E25;
--peach-600: #D5630B;
--peach-700: #AA4F09;
--peach-800: #793806;
--peach-900: #4E2404;
--peach-950: #301603;
}