Tan
#EFAB9A
RedColor Codes
All color formats for development
HEX
#EFAB9ARGB
rgb(239, 171, 154)HSL
hsl(12, 73%, 77%)OKLCH
oklch(0.801 0.084 34.6)CMYK
cmyk(0%, 28%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8E78
2#E57256
3#DF5634
4#CC4220
5#AA371B
6#882C15
7#662110
8#44160B
9#220B05
Tints
Lighter variations
1#F1B3A4
2#F2BCAE
3#F4C4B8
4#F5CCC2
5#F7D5CC
6#F9DDD6
7#FAE6E1
8#FCEEEB
9#FDF7F5
Tones
Muted variations
1#EBAD9E
2#E7B0A2
3#E2B2A6
4#DEB5AB
5#DAB8AF
6#D5BAB3
7#D1BDB8
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 | EFAB #EFAB9A | BordersInactive statesPlaceholder text |
| 400 | E77F #E77F65 | Disabled statesSecondary iconsMuted text |
| 500 | E05A #E05A38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C23F #C23F1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A32 #9A3218 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E24 #6E2411 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4717 #47170B | 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: #EFAB9A;
--tan-400: #E77F65;
--tan-500: #E05A38;
--tan-600: #C23F1E;
--tan-700: #9A3218;
--tan-800: #6E2411;
--tan-900: #47170B;
--tan-950: #2C0E07;
}