Peach
#F9BF90
OrangeColor Codes
All color formats for development
HEX
#F9BF90RGB
rgb(249, 191, 144)HSL
hsl(27, 90%, 77%)OKLCH
oklch(0.846 0.091 60.2)CMYK
cmyk(0%, 23%, 42%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7AA6A
2#F59445
3#F37F20
4#E06B0C
5#BB590A
6#954708
7#703606
8#4B2404
9#251202
Tints
Lighter variations
1#FAC59B
2#FACCA6
3#FBD2B1
4#FBD9BC
5#FCDFC7
6#FDE5D2
7#FDECDE
8#FEF2E9
9#FEF9F4
Tones
Muted variations
1#F4C095
2#EFC09A
3#E9C19F
4#E4C1A5
5#DFC2AA
6#D9C2AF
7#D4C3B5
8#CFC3BA
9#CAC4BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDB #FCDBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9BF #F9BF90 | BordersInactive statesPlaceholder text |
| 400 | F69E #F69E55 | Disabled statesSecondary iconsMuted text |
| 500 | F482 #F48225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D566 #D5660B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA51 #AA5109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 793A #793A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E25 #4E2504 | Primary textHigh emphasis contentDark headings |
| 950 | 3017 #301703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF7F0;
--peach-100: #FDECDD;
--peach-200: #FCDBC0;
--peach-300: #F9BF90;
--peach-400: #F69E55;
--peach-500: #F48225;
--peach-600: #D5660B;
--peach-700: #AA5109;
--peach-800: #793A06;
--peach-900: #4E2504;
--peach-950: #301703;
}