Tan
#EF9A9A
RedColor Codes
All color formats for development
HEX
#EF9A9ARGB
rgb(239, 154, 154)HSL
hsl(0, 73%, 77%)OKLCH
oklch(0.772 0.102 19.7)CMYK
cmyk(0%, 36%, 36%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7878
2#E55656
3#DF3434
4#CC2020
5#AA1B1B
6#881515
7#661010
8#440B0B
9#220505
Tints
Lighter variations
1#F1A4A4
2#F2AEAE
3#F4B8B8
4#F5C2C2
5#F7CCCC
6#F9D6D6
7#FAE1E1
8#FCEBEB
9#FDF5F5
Tones
Muted variations
1#EB9E9E
2#E7A2A2
3#E2A6A6
4#DEABAB
5#DAAFAF
6#D5B3B3
7#D1B8B8
8#CDBCBC
9#C9C0C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9A9A | BordersInactive statesPlaceholder text |
| 400 | E765 #E76565 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0707 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F2;
--tan-100: #FAE0E0;
--tan-200: #F6C6C6;
--tan-300: #EF9A9A;
--tan-400: #E76565;
--tan-500: #E03838;
--tan-600: #C21E1E;
--tan-700: #9A1818;
--tan-800: #6E1111;
--tan-900: #470B0B;
--tan-950: #2C0707;
}