Peach
#EFB89A
OrangeColor Codes
All color formats for development
HEX
#EFB89ARGB
rgb(239, 184, 154)HSL
hsl(21, 73%, 77%)OKLCH
oklch(0.825 0.076 49.9)CMYK
cmyk(0%, 23%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAA078
2#E58856
3#DF7034
4#CC5C20
5#AA4D1B
6#883D15
7#662E10
8#441F0B
9#220F05
Tints
Lighter variations
1#F1BFA4
2#F2C6AE
3#F4CDB8
4#F5D4C2
5#F7DBCC
6#F9E2D6
7#FAEAE1
8#FCF1EB
9#FDF8F5
Tones
Muted variations
1#EBB99E
2#E7BAA2
3#E2BBA6
4#DEBDAB
5#DABEAF
6#D5BFB3
7#D1C0B8
8#CDC2BC
9#C9C3C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E792 #E79265 | Disabled statesSecondary iconsMuted text |
| 500 | E073 #E07338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C258 #C2581E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4720 #47200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--peach-50: #FDF6F2;
--peach-100: #FAE9E0;
--peach-200: #F6D7C6;
--peach-300: #EFB89A;
--peach-400: #E79265;
--peach-500: #E07338;
--peach-600: #C2581E;
--peach-700: #9A4618;
--peach-800: #6E3211;
--peach-900: #47200B;
--peach-950: #2C1407;
}