Tan
#F198A8
RedColor Codes
All color formats for development
HEX
#F198A8RGB
rgb(241, 152, 168)HSL
hsl(349, 76%, 77%)OKLCH
oklch(0.774 0.108 8.2)CMYK
cmyk(0%, 37%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC758B
2#E7536E
3#E33051
4#CF1C3D
5#AD1833
6#8A1329
7#680E1F
8#450914
9#23050A
Tints
Lighter variations
1#F2A2B1
2#F4ACB9
3#F5B7C2
4#F7C1CB
5#F8CBD4
6#F9D6DC
7#FBE0E5
8#FCEAEE
9#FEF5F6
Tones
Muted variations
1#EC9CAB
2#E8A1AE
3#E4A5B1
4#DFAAB3
5#DBAEB6
6#D6B3B9
7#D2B7BC
8#CDBBBF
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5CE | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198A8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA627B | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33555 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D152E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F21 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A15 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--tan-50: #FDF2F4;
--tan-100: #FBE0E5;
--tan-200: #F7C5CE;
--tan-300: #F198A8;
--tan-400: #EA627B;
--tan-500: #E33555;
--tan-600: #C51B3A;
--tan-700: #9D152E;
--tan-800: #700F21;
--tan-900: #480A15;
--tan-950: #2D060D;
}