Peach
#FEAA8B
OrangeColor Codes
All color formats for development
HEX
#FEAA8BRGB
rgb(254, 170, 139)HSL
hsl(16, 98%, 77%)OKLCH
oklch(0.813 0.108 41)CMYK
cmyk(0%, 33%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD8D64
2#FD703D
3#FD5416
4#E94002
5#C23502
6#9C2B02
7#752001
8#4E1501
9#270B00
Tints
Lighter variations
1#FEB296
2#FEBBA2
3#FEC3AE
4#FECCB9
5#FED4C5
6#FFDDD1
7#FFE5DC
8#FFEEE8
9#FFF6F3
Tones
Muted variations
1#F8AC91
2#F2AF96
3#EDB29C
4#E7B4A2
5#E1B7A8
6#DBBAAD
7#D6BCB3
8#D0BFB9
9#CAC2BF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FECF #FECFBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAA #FEAA8B | BordersInactive statesPlaceholder text |
| 400 | FD7D #FD7D4E | Disabled statesSecondary iconsMuted text |
| 500 | FD58 #FD581C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE3D #DE3D02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B130 #B13002 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E23 #7E2301 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5116 #511601 | Primary textHigh emphasis contentDark headings |
| 950 | 320E #320E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF4F0;
--peach-100: #FFE5DC;
--peach-200: #FECFBD;
--peach-300: #FEAA8B;
--peach-400: #FD7D4E;
--peach-500: #FD581C;
--peach-600: #DE3D02;
--peach-700: #B13002;
--peach-800: #7E2301;
--peach-900: #511601;
--peach-950: #320E01;
}