Tan
#EF9AA9
RedColor Codes
All color formats for development
HEX
#EF9AA9RGB
rgb(239, 154, 169)HSL
hsl(349, 73%, 77%)OKLCH
oklch(0.775 0.103 8.2)CMYK
cmyk(0%, 36%, 29%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA788D
2#E55670
3#DF3453
4#CC203F
5#AA1B35
6#88152A
7#661020
8#440B15
9#22050B
Tints
Lighter variations
1#F1A4B2
2#F2AEBA
3#F4B8C3
4#F5C2CC
5#F7CCD4
6#F9D6DD
7#FAE1E5
8#FCEBEE
9#FDF5F6
Tones
Muted variations
1#EB9EAC
2#E7A2AF
3#E2A6B1
4#DEABB4
5#DAAFB7
6#D5B3BA
7#D1B8BC
8#CDBCBF
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AA9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657C | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03857 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1830 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1122 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B16 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F4;
--tan-100: #FAE0E5;
--tan-200: #F6C6CF;
--tan-300: #EF9AA9;
--tan-400: #E7657C;
--tan-500: #E03857;
--tan-600: #C21E3C;
--tan-700: #9A1830;
--tan-800: #6E1122;
--tan-900: #470B16;
--tan-950: #2C070E;
}