Tan
#EFA99A
RedColor Codes
All color formats for development
HEX
#EFA99ARGB
rgb(239, 169, 154)HSL
hsl(11, 73%, 77%)OKLCH
oklch(0.798 0.086 32.5)CMYK
cmyk(0%, 29%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8D78
2#E57056
3#DF5334
4#CC3F20
5#AA351B
6#882A15
7#662010
8#44150B
9#220B05
Tints
Lighter variations
1#F1B2A4
2#F2BAAE
3#F4C3B8
4#F5CCC2
5#F7D4CC
6#F9DDD6
7#FAE5E1
8#FCEEEB
9#FDF6F5
Tones
Muted variations
1#EBAC9E
2#E7AFA2
3#E2B1A6
4#DEB4AB
5#DAB7AF
6#D5BAB3
7#D1BCB8
8#CDBFBC
9#C9C2C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE5 #FAE5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CF #F6CFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA9 #EFA99A | BordersInactive statesPlaceholder text |
| 400 | E77C #E77C65 | Disabled statesSecondary iconsMuted text |
| 500 | E057 #E05738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C23C #C23C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A30 #9A3018 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E22 #6E2211 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4716 #47160B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0E #2C0E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF4F2;
--tan-100: #FAE5E0;
--tan-200: #F6CFC6;
--tan-300: #EFA99A;
--tan-400: #E77C65;
--tan-500: #E05738;
--tan-600: #C23C1E;
--tan-700: #9A3018;
--tan-800: #6E2211;
--tan-900: #47160B;
--tan-950: #2C0E07;
}