Peach
#FABD8E
OrangeColor Codes
All color formats for development
HEX
#FABD8ERGB
rgb(250, 189, 142)HSL
hsl(26, 92%, 77%)OKLCH
oklch(0.843 0.094 58.7)CMYK
cmyk(0%, 24%, 43%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F9A769
2#F79143
3#F67B1D
4#E26709
5#BC5608
6#974506
7#713405
8#4B2203
9#261102
Tints
Lighter variations
1#FBC49A
2#FBCAA5
3#FCD1B0
4#FCD7BB
5#FDDEC7
6#FDE5D2
7#FEEBDD
8#FEF2E8
9#FFF8F4
Tones
Muted variations
1#F5BE94
2#F0BF99
3#EABF9F
4#E5C0A4
5#DFC1A9
6#DAC1AF
7#D5C2B4
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 | FEEB #FEEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDA #FCDABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FABD #FABD8E | BordersInactive statesPlaceholder text |
| 400 | F89B #F89B54 | Disabled statesSecondary iconsMuted text |
| 500 | F67E #F67E23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D762 #D76209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB4E #AB4E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A38 #7A3805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E24 #4E2403 | Primary textHigh emphasis contentDark headings |
| 950 | 3116 #311602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FEF6F0;
--peach-100: #FEEBDD;
--peach-200: #FCDABF;
--peach-300: #FABD8E;
--peach-400: #F89B54;
--peach-500: #F67E23;
--peach-600: #D76209;
--peach-700: #AB4E07;
--peach-800: #7A3805;
--peach-900: #4E2403;
--peach-950: #311602;
}