Peach
#FEAB8B
OrangeColor Codes
All color formats for development
HEX
#FEAB8BRGB
rgb(254, 171, 139)HSL
hsl(17, 98%, 77%)OKLCH
oklch(0.815 0.108 41.9)CMYK
cmyk(0%, 33%, 45%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD8F64
2#FD733D
3#FD5816
4#E94402
5#C23802
6#9C2D02
7#752201
8#4E1701
9#270B00
Tints
Lighter variations
1#FEB496
2#FEBCA2
3#FEC5AE
4#FECDB9
5#FED5C5
6#FFDED1
7#FFE6DC
8#FFEEE8
9#FFF7F3
Tones
Muted variations
1#F8AE91
2#F2B096
3#EDB39C
4#E7B5A2
5#E1B8A8
6#DBBAAD
7#D6BDB3
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 | FFE6 #FFE6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FED0 #FED0BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEAB #FEAB8B | BordersInactive statesPlaceholder text |
| 400 | FD80 #FD804E | Disabled statesSecondary iconsMuted text |
| 500 | FD5C #FD5C1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE41 #DE4102 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B133 #B13302 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E25 #7E2501 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5117 #511701 | Primary textHigh emphasis contentDark headings |
| 950 | 320F #320F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FFF4F0;
--peach-100: #FFE6DC;
--peach-200: #FED0BD;
--peach-300: #FEAB8B;
--peach-400: #FD804E;
--peach-500: #FD5C1C;
--peach-600: #DE4102;
--peach-700: #B13302;
--peach-800: #7E2501;
--peach-900: #511701;
--peach-950: #320F01;
}