Tan
#EFA19A
RedColor Codes
All color formats for development
HEX
#EFA19ARGB
rgb(239, 161, 154)HSL
hsl(5, 73%, 77%)OKLCH
oklch(0.784 0.094 25.1)CMYK
cmyk(0%, 33%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA8178
2#E56256
3#DF4234
4#CC2E20
5#AA261B
6#881F15
7#661710
8#440F0B
9#220805
Tints
Lighter variations
1#F1AAA4
2#F2B4AE
3#F4BDB8
4#F5C6C2
5#F7D0CC
6#F9D9D6
7#FAE3E1
8#FCECEB
9#FDF6F5
Tones
Muted variations
1#EBA49E
2#E7A8A2
3#E2ABA6
4#DEAFAB
5#DAB3AF
6#D5B6B3
7#D1BAB8
8#CDBDBC
9#C9C1C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE2 #FAE2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6CA #F6CAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFA1 #EFA19A | BordersInactive statesPlaceholder text |
| 400 | E76F #E76F65 | Disabled statesSecondary iconsMuted text |
| 500 | E046 #E04638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C22C #C22C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A23 #9A2318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E19 #6E1911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4710 #47100B | Primary textHigh emphasis contentDark headings |
| 950 | 2C0A #2C0A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF3F2;
--tan-100: #FAE2E0;
--tan-200: #F6CAC6;
--tan-300: #EFA19A;
--tan-400: #E76F65;
--tan-500: #E04638;
--tan-600: #C22C1E;
--tan-700: #9A2318;
--tan-800: #6E1911;
--tan-900: #47100B;
--tan-950: #2C0A07;
}