Peach
#FEBB8B
OrangeColor Codes
All color formats for development
HEX
#FEBB8BRGB
rgb(254, 187, 139)HSL
hsl(25, 98%, 77%)OKLCH
oklch(0.843 0.1 56.5)CMYK
cmyk(0%, 26%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FDA464
2#FD8D3D
3#FD7616
4#E96302
5#C25202
6#9C4202
7#753101
8#4E2101
9#271000
Tints
Lighter variations
1#FEC296
2#FEC8A2
3#FECFAE
4#FED6B9
5#FEDDC5
6#FFE4D1
7#FFEBDC
8#FFF1E8
9#FFF8F3
Tones
Muted variations
1#F8BC91
2#F2BD96
3#EDBE9C
4#E7BFA2
5#E1C0A8
6#DBC1AD
7#D6C1B3
8#D0C2B9
9#CAC3BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED8 #FED8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEBB #FEBB8B | BordersInactive statesPlaceholder text |
| 400 | FD97 #FD974E | Disabled statesSecondary iconsMuted text |
| 500 | FD7A #FD7A1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE5E #DE5E02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B14B #B14B02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E35 #7E3501 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5122 #512201 | Primary textHigh emphasis contentDark headings |
| 950 | 3215 #321501 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF6F0;
--peach-100: #FFEADC;
--peach-200: #FED8BD;
--peach-300: #FEBB8B;
--peach-400: #FD974E;
--peach-500: #FD7A1C;
--peach-600: #DE5E02;
--peach-700: #B14B02;
--peach-800: #7E3501;
--peach-900: #512201;
--peach-950: #321501;
}