Tan

#F198A4

Red

Color Codes

All color formats for development

HEX
#F198A4
RGB
rgb(241, 152, 164)
HSL
hsl(352, 76%, 77%)
OKLCH
oklch(0.773 0.108 11.1)
CMYK
cmyk(0%, 37%, 32%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.77:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#EC7585
2#E75367
3#E33048
4#CF1C34
5#AD182B
6#8A1323
7#680E1A
8#450911
9#230509

Tints

Lighter variations

1#F2A2AD
2#F4ACB6
3#F5B7BF
4#F7C1C8
5#F8CBD1
6#F9D6DA
7#FBE0E4
8#FCEAED
9#FEF5F6

Tones

Muted variations

1#EC9CA7
2#E8A1AA
3#E4A5AD
4#DFAAB1
5#DBAEB4
6#D6B3B7
7#D2B7BB
8#CDBBBE
9#C9C0C1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F3
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0E3
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5CB
Secondary backgroundsInput backgroundsDividers
300
F198
#F198A4
BordersInactive statesPlaceholder text
400
EA62
#EA6274
Disabled statesSecondary iconsMuted text
500
E335
#E3354C
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B32
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1528
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F1C
Text on light backgroundsHeadingsStrong borders
900
480A
#480A12
Primary textHigh emphasis contentDark headings
950
2D06
#2D060B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --tan-50: #FDF2F3;
  --tan-100: #FBE0E3;
  --tan-200: #F7C5CB;
  --tan-300: #F198A4;
  --tan-400: #EA6274;
  --tan-500: #E3354C;
  --tan-600: #C51B32;
  --tan-700: #9D1528;
  --tan-800: #700F1C;
  --tan-900: #480A12;
  --tan-950: #2D060B;
}
Generate More ShadesCreate PaletteConvert Color